Skip to main content

elasticsearch-store / interfaces / IndexModelRecord

Interface: IndexModelRecord

Properties

_created

_created: string

Creation date

Source

elasticsearch-store/src/interfaces.ts:221


_deleted?

optional _deleted: boolean

Indicates whether the record is deleted or not

Source

elasticsearch-store/src/interfaces.ts:211


_key

_key: string

A unique ID for the record - nanoid 12 digit

Source

elasticsearch-store/src/interfaces.ts:201


_updated

_updated: string

Updated date

Source

elasticsearch-store/src/interfaces.ts:216


client_id

client_id: number

The multi-tenant ID representing the client

Source

elasticsearch-store/src/interfaces.ts:206