google_api_datastore v0.11.0 GoogleApi.Datastore.V1.Model.EntityResult View Source
The result of fetching an entity from Datastore.
Attributes
cursor
(type:String.t
, default:nil
) - A cursor that points to the position after the result entity. Set only when theEntityResult
is part of aQueryResultBatch
message.entity
(type:GoogleApi.Datastore.V1.Model.Entity.t
, default:nil
) - The resulting entity.version
(type:String.t
, default:nil
) - The version of the entity, a strictly positive number that monotonically increases with changes to the entity.This field is set for
FULL
entity results.For 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Datastore.V1.Model.EntityResult{ cursor: String.t(), entity: GoogleApi.Datastore.V1.Model.Entity.t(), version: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.