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 3.5.0 of the Google Cloud Datastore .NET library, along with the various versions available."],["The `Mutation` class represents an operation to be applied to an entity and can handle inserting, updating, deleting, or upserting entities within the Datastore."],["The `Mutation` class provides properties like `BaseVersion` and `UpdateTime` for conflict detection, ensuring that mutations are applied to the correct version of the entity."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffer management, respectively."],["The webpage lists multiple previous versions of the Google.Cloud.Datastore.V1 library, starting from version 3.2.0 up until the most recent version available which is 4.15.0."]]],[]]