The time at which the entity was created.
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 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEntityResult\u003c/code\u003e class, part of the Google Cloud Datastore v1 API, represents the result of fetching an entity from Datastore.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntityResult\u003c/code\u003e includes properties like \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e, and \u003ccode\u003eVersion\u003c/code\u003e, providing information about the entity's lifecycle and state.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEntityResult\u003c/code\u003e also contains an \u003ccode\u003eEntity\u003c/code\u003e property, representing the actual entity retrieved from Datastore and a \u003ccode\u003eCursor\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe documented versions of the EntityResult range from 3.2.0 to the latest 4.15.0, indicating a history of updates and potential feature enhancements.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Datastore v1 API - Class EntityResult (4.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.15.0 (latest)](/dotnet/docs/reference/Google.Cloud.Datastore.V1/latest/Google.Cloud.Datastore.V1.EntityResult)\n- [4.14.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.14.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.13.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.13.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.12.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.12.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.11.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.11.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.10.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.10.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.9.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.9.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.8.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.8.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.7.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.7.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.6.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.6.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.5.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.5.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.4.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.4.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.3.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.3.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.2.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.2.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.1.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.1.0/Google.Cloud.Datastore.V1.EntityResult)\n- [4.0.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/4.0.0/Google.Cloud.Datastore.V1.EntityResult)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/3.5.0/Google.Cloud.Datastore.V1.EntityResult)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/3.4.0/Google.Cloud.Datastore.V1.EntityResult)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/3.3.0/Google.Cloud.Datastore.V1.EntityResult)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Datastore.V1/3.2.0/Google.Cloud.Datastore.V1.EntityResult) \n\n public sealed class EntityResult : IMessage\u003cEntityResult\u003e, IEquatable\u003cEntityResult\u003e, IDeepCloneable\u003cEntityResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Datastore v1 API class EntityResult.\n\nThe result of fetching an entity from Datastore. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EntityResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EntityResult](/dotnet/docs/reference/Google.Cloud.Datastore.V1/latest/Google.Cloud.Datastore.V1.EntityResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EntityResult](/dotnet/docs/reference/Google.Cloud.Datastore.V1/latest/Google.Cloud.Datastore.V1.EntityResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EntityResult](/dotnet/docs/reference/Google.Cloud.Datastore.V1/latest/Google.Cloud.Datastore.V1.EntityResult), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Datastore.V1](/dotnet/docs/reference/Google.Cloud.Datastore.V1/latest/Google.Cloud.Datastore.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Datastore.V1.dll\n\nConstructors\n------------\n\n### EntityResult()\n\n public EntityResult()\n\n### EntityResult(EntityResult)\n\n public EntityResult(EntityResult other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nThe time at which the entity was created.\nThis field is set for\n\\[`FULL`\\]\\[google.datastore.v1.EntityResult.ResultType.FULL\\] entity results.\nIf this entity is missing, this field will not be set.\n\n### Cursor\n\n public ByteString Cursor { get; set; }\n\nA cursor that points to the position after the result entity.\nSet only when the `EntityResult` is part of a `QueryResultBatch` message.\n\n### Entity\n\n public Entity Entity { get; set; }\n\nThe resulting entity.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nThe time at which the entity was last changed.\nThis field is set for\n\\[`FULL`\\]\\[google.datastore.v1.EntityResult.ResultType.FULL\\] entity results.\nIf this entity is missing, this field will not be set.\n\n### Version\n\n public long Version { get; set; }\n\nThe version of the entity, a strictly positive number that monotonically\nincreases with changes to the entity.\n\nThis field is set for\n\\[`FULL`\\]\\[google.datastore.v1.EntityResult.ResultType.FULL\\] entity results.\n\nFor \\[missing\\]\\[google.datastore.v1.LookupResponse.missing\\] entities in\n`LookupResponse`, this is the version of the snapshot that was used to look\nup the entity, and it is always set except for eventually consistent reads."]]