Google Cloud Spanner v1 API - Enum ChangeStreamRecord.Types.DataChangeRecord.Types.ModType (5.13.0-beta07)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-22 UTC."],[],[]]