Class: Google::Spanner::V1::PartitionReadRequest
- Inherits:
-
Object
- Object
- Google::Spanner::V1::PartitionReadRequest
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb
Overview
The request for PartitionRead
Instance Attribute Summary collapse
-
#columns ⇒ Array<String>
The columns of table to be returned for each row matching this request.
-
#index ⇒ String
If non-empty, the name of an index on table.
-
#key_set ⇒ Google::Spanner::V1::KeySet
Required.
-
#partition_options ⇒ Google::Spanner::V1::PartitionOptions
Additional options that affect how many partitions are created.
-
#session ⇒ String
Required.
-
#table ⇒ String
Required.
-
#transaction ⇒ Google::Spanner::V1::TransactionSelector
Read only snapshot transactions are supported, read/write and single use transactions are not.
Instance Attribute Details
#columns ⇒ Array<String>
278 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 278 class PartitionReadRequest; end |
#index ⇒ String
278 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 278 class PartitionReadRequest; end |
#key_set ⇒ Google::Spanner::V1::KeySet
278 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 278 class PartitionReadRequest; end |
#partition_options ⇒ Google::Spanner::V1::PartitionOptions
278 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 278 class PartitionReadRequest; end |
#session ⇒ String
278 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 278 class PartitionReadRequest; end |
#table ⇒ String
278 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 278 class PartitionReadRequest; end |
#transaction ⇒ Google::Spanner::V1::TransactionSelector
278 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 278 class PartitionReadRequest; end |