The version of the entity on the server after processing the mutation. If
the mutation doesn't change anything on the server, then the version will
be the version of the current entity or, if no entity is present, a version
that is strictly greater than the version of any previous entity and less
than the version of any possible future entity.
[[["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 `MutationResult` class within the `Google.Cloud.Datastore.V1` namespace, specifically for version 3.3.0 of the .NET library."],["`MutationResult` represents the outcome of applying a mutation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `ConflictDetected`, `Key`, and `Version`, which provide information about whether a conflict was detected, the allocated key, and the server-side version of the entity after the mutation."],["The page provides links to various versions of the documentation, with version 4.15.0 being the most recent release."]]],[]]