The result of fetching an entity from Datastore.
| JSON representation |
|---|
{
"entity"
:
{
object (
|
| Fields | |
|---|---|
entity
|
The resulting entity. |
version
|
The version of the entity, a strictly positive number that monotonically increases with changes to the entity. This field is set for For |
createTime
|
The time at which the entity was created. This field is set for Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
The time at which the entity was last changed. This field is set for Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
cursor
|
A cursor that points to the position after the result entity. Set only when the A base64-encoded string. |

