Interface KvPutOptions

interface KvPutOptions {
    previousSeq: number;
}

Properties

Properties

previousSeq: number

If set the KV must be at the current sequence or the put will fail.