class Google::Apis::SpannerV1::MoveOutEvent

processing records past the commit_timestamp.
processing the destination partitions that they can unblock and proceed
the partition identified by partition_token should inform the queries
particular key in timestamp order, the query processing the MoveOutEvent in
identified by partition_token. To maintain processing the changes for a
Describes move-out of the key ranges out of the change stream partition

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @destination_partition_token = args[:destination_partition_token] if args.key?(:destination_partition_token)
end