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."],[[["The `EntityResult` class represents the result of fetching an entity from Datastore and is part of the Google.Cloud.Datastore.V1 namespace, with the latest version being 4.15.0."],["The `EntityResult` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It contains properties like `Cursor`, `Entity`, and `Version`, to show the position of the result entity, the entity itself, and the changes to the entity, respectively."],["The class has two constructors: one default and another that takes an existing `EntityResult` object for creating a new one."],["Multiple versions of the `EntityResult` class, ranging from 3.2.0 to 4.15.0, are available for reference."]]],[]]