Interface IDstoreEntry

Represents what is actually stored inside the Datastore, called "Entity" by Google @google-cloud/datastore adds [Datastore.KEY]. Using ES6 Symbols presents all kinds of hurdles, especially when you try to serialize into a cache. So we add the property _keyStr which contains the encoded key. It is automatically used to reconstruct [Datastore.KEY], if you use [[Dstore.readKey]].

Hierarchy

Indexable

[key: string]: DstorePropertyValues

Properties

Properties

[KEY_SYMBOL]?: Key
_keyStr: string

[Datastore.KEY] key

Generated using TypeDoc