Class ModType (3.69.1)
Stay organized with collections
Save and categorize content based on your preferences.
ModType(value)
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-08-06 UTC."],[],[]]