The options shared by read requests.
JSON representation | |
---|---|
{ // Union field |
Fields | ||
---|---|---|
Union field consistency_type . If not specified, lookups and ancestor queries default to read_consistency =STRONG , global queries default to read_consistency =EVENTUAL . consistency_type can be only one of the following: |
||
readConsistency |
The non-transactional read consistency to use. Cannot be set to |
|
transaction |
The identifier of the transaction in which to read. A transaction identifier is returned by a call to A base64-encoded string. |
ReadConsistency
The possible values for read consistencies.
Enums | |
---|---|
READ_CONSISTENCY_UNSPECIFIED |
Unspecified. This value must not be used. |
STRONG |
Strong consistency. |
EVENTUAL |
Eventual consistency. |