Struct google_datastore1_beta3::ReadOptions[][src]

pub struct ReadOptions {
    pub transaction: Option<String>,
    pub read_consistency: Option<String>,
}

The options shared by read requests.

This type is not used in any activity, and only used as part of another schema.

Fields

The identifier of the transaction in which to read. A transaction identifier is returned by a call to Datastore.BeginTransaction.

The non-transactional read consistency to use. Cannot be set to STRONG for global queries.

Trait Implementations

impl Default for ReadOptions
[src]

Returns the "default value" for a type. Read more

impl Clone for ReadOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReadOptions
[src]

Formats the value using the given formatter. Read more

impl Part for ReadOptions
[src]

Auto Trait Implementations

impl Send for ReadOptions

impl Sync for ReadOptions