Class MoveOutEvent
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.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class MoveOutEvent : IDirectResponseSchema
Properties
DestinationPartitionToken
An unique partition identifier describing the destination change stream partition that will record changes for the key range that is moving out of this partition.
Declaration
[JsonProperty("destinationPartitionToken")]
public virtual string DestinationPartitionToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |