plain()
Last updated
Was this helpful?
Last updated
Was this helpful?
This methods returns the entity data and its entity key id (int or string)
It accepts one optional options argument
readAll (default: false)
Outputs all the data properties, regardless of the schema "read" parameter.
virtuals (default: false)
Adds the schema "virtuals" to the output. (see: )
showKey(default: false)
Adds a "__key" property to the entity data with the complete Key from the Datastore.