Module: Google::Datastore::V1::ReadOptions::ReadConsistency
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The possible values for read consistencies.
Constant Summary collapse
- READ_CONSISTENCY_UNSPECIFIED =
Unspecified. This value must not be used.
0
- STRONG =
Strong consistency.
1
- EVENTUAL =
Eventual consistency.
2