Struct google_cloud_spanner::transaction::ReadOptions [−][src]
pub struct ReadOptions {
pub index: String,
pub limit: i64,
pub call_options: CallOptions,
}Fields
index: StringThe index to use for reading. If non-empty, you can only read columns that are part of the index key, part of the primary key, or stored in the index due to a STORING clause in the index definition.
limit: i64The maximum number of rows to read. A limit value less than 1 means no limit.
call_options: CallOptionsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReadOptions
impl Send for ReadOptions
impl Sync for ReadOptions
impl Unpin for ReadOptions
impl UnwindSafe for ReadOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more