Firestore in Datastore mode V1 API - Module Google::Cloud::Datastore::V1::ReadOptions::ReadConsistency (v0.8.0)

Reference documentation and code samples for the Firestore in Datastore mode V1 API module Google::Cloud::Datastore::V1::ReadOptions::ReadConsistency.

The possible values for read consistencies.

Constants

READ_CONSISTENCY_UNSPECIFIED

value: 0
Unspecified. This value must not be used.

STRONG

value: 1
Strong consistency.

EVENTUAL

value: 2
Eventual consistency.