@resistdesign/voltra
    Preparing search index...

    Type Alias StructuredRangeIndexKey

    DynamoDB key shape for range index entries.

    type StructuredRangeIndexKey = {
        field: string;
        rangeKey: string;
    }
    Index

    Properties

    Properties

    field: string

    Field name being indexed. Use a type-qualified field name when multiple types share fields.

    rangeKey: string

    Range key used for ordering.