Skip to main content

elasticsearch-store / interfaces / IndexModelRecord

Interface: IndexModelRecord

Defined in: elasticsearch-store/src/interfaces.ts:197

Properties

PropertyTypeDescriptionDefined in
_createdstringCreation dateelasticsearch-store/src/interfaces.ts:221
_deleted?booleanIndicates whether the record is deleted or notelasticsearch-store/src/interfaces.ts:211
_keystringA unique ID for the record - nanoid 12 digitelasticsearch-store/src/interfaces.ts:201
_updatedstringUpdated dateelasticsearch-store/src/interfaces.ts:216
client_idnumberThe multi-tenant ID representing the clientelasticsearch-store/src/interfaces.ts:206