Class: Google::Cloud::Spanner::V1::ChangeStreamRecord::PartitionStartRecord
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::ChangeStreamRecord::PartitionStartRecord
- 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
-
#partition_tokens ⇒ ::Array<::String>
Unique partition identifiers to be used in queries.
-
#record_sequence ⇒ ::String
Record sequence numbers are unique and monotonically increasing (but not necessarily contiguous) for a specific timestamp across record types in the same partition.
-
#start_timestamp ⇒ ::Google::Protobuf::Timestamp
Start timestamp at which the partitions should be queried to return change stream records with timestamps >= start_timestamp.
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 |