Class: Google::Cloud::Spanner::V1::Partition
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::Partition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/spanner.rb
Overview
Information returned for each partition returned in a PartitionResponse.
Instance Attribute Summary collapse
-
#partition_token ⇒ ::String
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.
Instance Attribute Details
#partition_token ⇒ ::String
Returns This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.
800 801 802 803 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 800 class Partition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |