Type Alias ObjectStorePutOpts

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

Type declaration

  • OptionalpreviousRevision?: 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.

  • Optionaltimeout?: number

    maximum number of millis for the put requests to succeed