readConsistency property

String? readConsistency
getter/setter pair

The non-transactional read consistency to use. Possible string values are:

  • "READ_CONSISTENCY_UNSPECIFIED" : Unspecified. This value must not be used.
  • "STRONG" : Strong consistency.
  • "EVENTUAL" : Eventual consistency.

Implementation

core.String? readConsistency;