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, providing information on its usage and properties in the context of .NET development."],["The latest version documented is 4.15.0, while the webpage focuses on version 3.4.0 of `MutationResult`."],["`MutationResult` represents the outcome of applying a mutation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `MutationResult` class include `ConflictDetected`, which indicates whether a conflict occurred, `Key` for automatically allocated keys, and `Version` to track entity versioning."],["`MutationResult` has two different constructors: a default one with no parameter, and one that takes another MutationResult as a parameter."]]],[]]