The update time of the entity on the server after processing the mutation.
If the mutation doesn't change anything on the server, then the timestamp
will be the update timestamp of the current entity. This field will not be
set after a 'delete'.
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 provided content is a documentation for the `MutationResult` class within the `Google.Cloud.Datastore.V1` namespace in .NET, outlining its properties, inheritance, and implemented interfaces."],["`MutationResult` represents the outcome of applying a mutation operation, offering details like whether a conflict was detected, any allocated key, the server's update time, and the entity version post-mutation."],["The document includes a history of different versions, ranging from 3.2.0 to 4.15.0, for the `MutationResult` class, with 4.15.0 as the latest available version."],["`MutationResult` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class, and has its own public constructor and a constructor that takes another `MutationResult`."],["Key properties of `MutationResult` are `ConflictDetected` (boolean), `Key` (of type `Key`), `UpdateTime` (of type `Timestamp`), and `Version` (of type `Int64`), each providing specific details about the mutation's impact."]]],[]]