OINO TS
    Preparing search index...

    Type Alias OINONoSqlEntry

    A single NoSQL entity entry

    type OINONoSqlEntry = {
        etag: string;
        primaryKey: string[];
        properties: Record<string, unknown>;
        timestamp: Date;
    }
    Index

    Properties

    etag: string

    Entity tag

    primaryKey: string[]

    Primary key values in the order defined by the implementation's data model

    properties: Record<string, unknown>

    All custom entity properties as a key-value map

    timestamp: Date

    Last modification timestamp