Type alias ObjectStorePutOpts

ObjectStorePutOpts: {
    previousRevision?: number;
    timeout?: number;
}

Type declaration

  • Optional previousRevision?: number

    If set the ObjectStore must be at the current sequence or the put will fail. Note the sequence accounts where the metadata for the entry is stored.

  • Optional timeout?: number

    maximum number of millis for the put requests to succeed

Generated using TypeDoc