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."],[[["The `MutationResult` class represents the outcome of applying a mutation in Google Cloud Datastore, offering insight into the changes made."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET environment."],["Key properties of `MutationResult` include `ConflictDetected` to check for conflicts, `Key` for the automatically allocated key, and `Version` to track entity versions on the server."],["The provided documentation lists several available versions of the Google.Cloud.Datastore.V1 library, ranging from 3.2.0 up to 4.15.0."]]],[]]