consistentRead property

bool? consistentRead
final

The consistency of a read operation. If set to true, then a strongly consistent read is used; otherwise, an eventually consistent read is used.

Implementation

final bool? consistentRead;