elasticsearch-store / interfaces / IndexModelRecord
Interface: IndexModelRecord
Defined in: elasticsearch-store/src/interfaces.ts:197
Properties
Property | Type | Description | Defined in |
---|---|---|---|
_created | string | Creation date | elasticsearch-store/src/interfaces.ts:221 |
_deleted? | boolean | Indicates whether the record is deleted or not | elasticsearch-store/src/interfaces.ts:211 |
_key | string | A unique ID for the record - nanoid 12 digit | elasticsearch-store/src/interfaces.ts:201 |
_updated | string | Updated date | elasticsearch-store/src/interfaces.ts:216 |
client_id | number | The multi-tenant ID representing the client | elasticsearch-store/src/interfaces.ts:206 |