@resistdesign/voltra
    Preparing search index...

    Variable structuredRangeIndexSchemaConst

    structuredRangeIndexSchema: {
        docIdAttribute: "docId";
        partitionKey: "field";
        sortKey: "rangeKey";
        valueAttribute: "value";
    } = ...

    Schema metadata for the structured range index table.

    Type Declaration

    • ReadonlydocIdAttribute: "docId"
    • ReadonlypartitionKey: "field"
    • ReadonlysortKey: "rangeKey"
    • ReadonlyvalueAttribute: "value"