Optional
idOptional
nameOptional
namespaceOptional
parentAccess the serialized
property for a library-compatible way to re-use a
key.
const key = datastore.key({
namespace: 'My-NS',
path: ['Company', 123]
});
// Later...
const key = datastore.key(key.serialized);
Generated using TypeDoc
Build a Datastore Key object.
Param
Configuration object.
Param
Key path.
Param
Optional namespace.
Example
Example
Example
Example
Example
Example
Serialize the key for later re-use.