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

    Interface RangeScanOptions

    Options for OxiaClient.rangeScan.

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

    Properties

    partitionKey?: string

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

    useIndex?: string

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