Class: Google::Cloud::Spanner::V1::Partition

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.



781
782
783
784
# File 'proto_docs/google/spanner/v1/spanner.rb', line 781

class Partition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end