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

    Interface DeleteOptions

    Options for OxiaClient.delete.

    interface DeleteOptions {
        partitionKey?: string;
        expectedVersionId?: number;
    }
    Index

    Properties

    partitionKey?: string

    Override shard routing (see PutOptions.partitionKey).

    expectedVersionId?: number

    Make the delete conditional on the current server-side version. Fails with UnexpectedVersionIdError on mismatch.