@resistdesign/voltra
    Preparing search index...

    Variable structuredRangeIndexSchemaConst

    structuredRangeIndexSchema: {
        docIdAttribute: "docId";
        kindAttribute: "kind";
        partitionKey: "pk";
        sortKey: "sk";
        valueAttribute: "value";
    } = ...

    Schema metadata for the structured range index table.

    Type Declaration

    • ReadonlydocIdAttribute: "docId"
    • ReadonlykindAttribute: "kind"
    • ReadonlypartitionKey: "pk"
    • ReadonlysortKey: "sk"
    • ReadonlyvalueAttribute: "value"