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