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

    Interface DeleteRangeOptions

    interface DeleteRangeOptions {
        partitionKey?: string;
    }
    Index

    Properties

    Properties

    partitionKey?: string

    If set, only the shard owning this partition key is affected. Otherwise the delete is fanned out to every shard.