The version of the entity, a strictly positive number that monotonically
increases with changes to the entity.
This field is set for [FULL][google.datastore.v1.EntityResult.ResultType.FULL] entity
results.
For [missing][google.datastore.v1.LookupResponse.missing] entities in LookupResponse, this
is the version of the snapshot that was used to look up the entity, and it
is always set except for eventually consistent reads.
[[["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 `EntityResult` class within the `Google.Cloud.Datastore.V1` namespace, specifically version 3.3.0, which is used for representing the result of fetching an entity from Datastore."],["The `EntityResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparison, deep cloning, and buffered messaging."],["The class includes properties such as `Cursor` (a ByteString that points to the position after the result entity), `Entity` (the resulting entity itself), and `Version` (a strictly positive number indicating the entity's version)."],["The page provides access to a range of versions, from the latest 4.15.0 down to 3.2.0, as well as the ability to reference inherited members such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."],["There are two constructor methods for the EntityResult object, the default parameterless constructor, and one that accepts an `EntityResult` type as the parameter."]]],[]]