Function: DataStore()
DataStore(
datastore): (target) =>void
Defined in: service-core/src/decorators/ModelDecorators.ts:73
Indicates that the class describes an entity that will be persisted in the datastore with the given name.
Parameters
datastore
string
The name of the datastore to store records of the decorated class.
Returns
(target) => void