class Google::Apis::SpannerV1::Partition

Information returned for each partition returned in a PartitionResponse.

Attributes

partition_token[RW]

This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token. Corresponds to the JSON property `partitionToken` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/spanner_v1/classes.rb, line 2654
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/spanner_v1/classes.rb, line 2659
def update!(**args)
  @partition_token = args[:partition_token] if args.key?(:partition_token)
end