Cloud Spanner V1 API - Class Google::Cloud::Spanner::V1::ChangeStreamRecord::PartitionEventRecord::MoveInEvent (v1.9.0)

Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::ChangeStreamRecord::PartitionEventRecord::MoveInEvent.

Describes move-in of the key ranges into the change stream partition identified by partition_token.

To maintain processing the changes for a particular key in timestamp order, the query processing the change stream partition identified by partition_token should not advance beyond the partition event record commit timestamp until the queries processing the source change stream partitions have processed all change stream records with timestamps <= the partition event record commit timestamp.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#source_partition_token

def source_partition_token() -> ::String
Returns
  • (::String) — An unique partition identifier describing the source change stream partition that recorded changes for the key range that is moving into this partition.

#source_partition_token=

def source_partition_token=(value) -> ::String
Parameter
  • value (::String) — An unique partition identifier describing the source change stream partition that recorded changes for the key range that is moving into this partition.
Returns
  • (::String) — An unique partition identifier describing the source change stream partition that recorded changes for the key range that is moving into this partition.