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