Module: Google::Cloud::Datastore::V1::ReadOptions::ReadConsistency

Defined in:
proto_docs/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