UseConsistentReads Parameter (Connect-AmazonDynamoDB Cmdlet)
Whether to alyways use Consistent Reads or not when querying DynamoDb.
Syntax
Connect-AmazonDynamoDB -UseConsistentReads SwitchParameter
Data Type
bool
Default Value
false
Remarks
This parameter is not supported on global secondary indexes. If you scan or query using a secondary index, Constistent Reads will not be used even if the property is set to true.