MoveOutEvent
import type { MoveOutEvent } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Describes move-out of the key ranges out of the change stream partition identified by partition_token. To maintain processing the changes for a particular key in timestamp order, the query processing the MoveOutEvent in the partition identified by partition_token should inform the queries processing the destination partitions that they can unblock and proceed processing records past the commit_timestamp.
interface MoveOutEvent {
destinationPartitionToken?: string;
}