public sealed class ChangeStreamRecord.Types.PartitionEventRecord.Types.MoveOutEvent : IMessage<ChangeStreamRecord.Types.PartitionEventRecord.Types.MoveOutEvent>, IEquatable<ChangeStreamRecord.Types.PartitionEventRecord.Types.MoveOutEvent>, IDeepCloneable<ChangeStreamRecord.Types.PartitionEventRecord.Types.MoveOutEvent>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner v1 API class ChangeStreamRecord.Types.PartitionEventRecord.Types.MoveOutEvent.
Describes move-out of the key ranges out of the change stream partition identified by [partition_token][google.spanner.v1.ChangeStreamRecord.PartitionEventRecord.partition_token].
To maintain processing the changes for a particular key in timestamp order, the query processing the [MoveOutEvent][google.spanner.v1.ChangeStreamRecord.PartitionEventRecord.MoveOutEvent] in the partition identified by [partition_token][google.spanner.v1.ChangeStreamRecord.PartitionEventRecord.partition_token] should inform the queries processing the destination partitions that they can unblock and proceed processing records past the [commit_timestamp][google.spanner.v1.ChangeStreamRecord.PartitionEventRecord.commit_timestamp].
Implements
IMessageChangeStreamRecordTypesPartitionEventRecordTypesMoveOutEvent, IEquatableChangeStreamRecordTypesPartitionEventRecordTypesMoveOutEvent, IDeepCloneableChangeStreamRecordTypesPartitionEventRecordTypesMoveOutEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
MoveOutEvent()
public MoveOutEvent()MoveOutEvent(MoveOutEvent)
public MoveOutEvent(ChangeStreamRecord.Types.PartitionEventRecord.Types.MoveOutEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
ChangeStreamRecordTypesPartitionEventRecordTypesMoveOutEvent |
Properties
DestinationPartitionToken
public string DestinationPartitionToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|