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

    Interface PutResult

    Result of OxiaClient.put.

    interface PutResult {
        key: string;
        version: Version;
    }
    Index

    Properties

    Properties

    key: string

    The stored key. Normally this equals the key passed to OxiaClient.put, except when sequenceKeysDeltas is used — the server then appends one or more zero-padded suffixes and returns the final assigned key here.

    version: Version

    Version metadata for the write.