The time at which the entity was last changed.
This field is set for [FULL][google.datastore.v1.EntityResult.ResultType.FULL] entity
results.
If this entity is missing, this field will not be set.
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.5.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`, and inherits from `Object`."],["The page provides documentation for various versions of `EntityResult`, ranging from 3.2.0 to 4.15.0, with 4.15.0 being the latest version."],["Key properties of `EntityResult` include `Cursor`, which points to the position after the result entity, `Entity`, which holds the actual entity data, `UpdateTime`, indicating when the entity was last changed, and `Version`, representing the entity's version."],["The two constructors available for the EntityResult class are the default `EntityResult()` constructor, and `EntityResult(EntityResult other)` allowing you to create a new instance of the EntityResult class from an existing instance."]]],[]]