Google Cloud Spanner v1 API - Enum ChangeStreamRecord.Types.DataChangeRecord.Types.ValueCaptureType (5.13.0-beta06)

public enum ChangeStreamRecord.Types.DataChangeRecord.Types.ValueCaptureType

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

Value capture type describes which values are recorded in the data change record.

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Fields

Name Description
NewRow

Records new values of all watched columns, including modified and unmodified columns.

NewRowAndOldValues

Records the new values of all watched columns, including modified and unmodified columns. Also records the old values of the modified columns.

NewValues

Records only new values of the modified watched columns.

OldAndNewValues

Records both old and new values of the modified watched columns.

Unspecified

Not specified.