The update time of the entity that this mutation is being applied
to. If this does not match the current update time on the server, the
mutation conflicts.
[[["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 2025-03-21 UTC."],[[["This webpage details the `Mutation` class within the `Google.Cloud.Datastore.V1` namespace, specifically within version 4.0.0 of the Google Cloud Datastore .NET library, with the latest available version being 4.15.0."],["The `Mutation` class is used to define changes to be applied to an entity, including insert, update, delete, and upsert operations, and implements multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `BaseVersion` and `UpdateTime` for conflict detection, ensuring that mutations are applied to the correct version and time of an entity, as well as `OperationCase` and `ConflictDetectionStrategyCase` to cover all possible scenarios."],["The webpage provides a list of available versions for the `Google.Cloud.Datastore.V1` library, starting from version 4.15.0 (latest) down to version 3.2.0, offering direct links to documentation for each version."],["The `Mutation` class has inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString, all from the Object class, and has two different constructors, the first being default, and the second accepting another Mutation instance to copy."]]],[]]