Interface: IndexInfo
Defined in: service-core/src/decorators/PersistenceDecorators.ts:87
Describes a single database index of a model class.
Properties
columns
columns:
string[]
Defined in: service-core/src/decorators/PersistenceDecorators.ts:91
The list of class properties that make up the index.
name?
optionalname?:string
Defined in: service-core/src/decorators/PersistenceDecorators.ts:89
The explicit name of the index, if any.
options
options:
IndexOptions
Defined in: service-core/src/decorators/PersistenceDecorators.ts:93
The options that the index was declared with.