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