@oxia-db/client - v0.1.0
    Preparing search index...

    Interface ListOptions

    Options for OxiaClient.list.

    interface ListOptions {
        partitionKey?: string;
        useIndex?: string;
    }
    Index

    Properties

    partitionKey?: string

    If set, only the shard owning this partition key is queried.

    useIndex?: string

    Treat the range bounds as secondary keys on this index. The returned primary keys are those whose indexed value falls in range.