class Google::Apis::SpannerV1::MoveInEvent

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

def initialize(**args)

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

def update!(**args)

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