Google Cloud Spanner v1 API - Enum ChangeStreamRecord.Types.DataChangeRecord.Types.ModType (5.13.0-beta07)

public enum ChangeStreamRecord.Types.DataChangeRecord.Types.ModType

Reference documentation and code samples for the Google Cloud Spanner v1 API enum ChangeStreamRecord.Types.DataChangeRecord.Types.ModType.

Mod type describes the type of change Spanner applied to the data. For example, if the client submits an INSERT_OR_UPDATE request, Spanner will perform an insert if there is no existing row and return ModType INSERT. Alternatively, if there is an existing row, Spanner will perform an update and return ModType UPDATE.

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Fields

Name Description
Delete

Indicates existing data was deleted.

Insert

Indicates data was inserted.

Unspecified

Not specified.

Update

Indicates existing data was updated.