consistentRead property
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;
The consistency of a read operation. If set to true
, then a
strongly consistent read is used; otherwise, an eventually consistent read
is used.
final bool? consistentRead;