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

    Interface SequenceUpdatesOptions

    interface SequenceUpdatesOptions {
        partitionKey: string;
    }
    Index

    Properties

    Properties

    partitionKey: string

    Partition key used to route the subscription to the shard that owns the sequence. Must match the partitionKey used on the puts that created the sequence. Required.