Class: Google::Cloud::Spanner::V1::ChangeStreamRecord::PartitionStartRecord

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/v1/change_stream.rb

Overview

A partition start record serves as a notification that the client should schedule the partitions to be queried. PartitionStartRecord returns information about one or more partitions.

Instance Attribute Summary collapse

Instance Attribute Details

#partition_tokens::Array<::String>



280
281
282
283
# File 'proto_docs/google/spanner/v1/change_stream.rb', line 280

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

#record_sequence::String



280
281
282
283
# File 'proto_docs/google/spanner/v1/change_stream.rb', line 280

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

#start_timestamp::Google::Protobuf::Timestamp



280
281
282
283
# File 'proto_docs/google/spanner/v1/change_stream.rb', line 280

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