Static
Returns a key that can be used to access a value in the key/value store appropriate for the given key type; the keys have an implicit hierarchy and are used to organize data in the store in a tree-like structure via the use of colons as separators.
Extracts the parts of a given key string, safely handling cases where the 'id' portion may contain additional colons.
The key to parse.
An object with the parsed key parts.
Reconstructs a key string from its parts.
An object with the key parts.
The reconstructed key string.
Resolves an entity type abbreviation to a table-friendly name.
The abbreviated entity type.
The long-form entity name.
Returns a key that can be used to access a value in the key/value store appropriate for the given key type; the keys have an implicit hierarchy and are used to organize data in the store in a tree-like structure via the use of colons as separators.