Module limit

Source
Expand description

An object store that limits the maximum concurrency of the wrapped implementation

Structsยง

LimitStore
Store wrapper that wraps an inner store and limits the maximum number of concurrent object store operations. Where each call to an ObjectStore member function is considered a single operation, even if it may result in more than one network call
LimitUpload
An MultipartUpload wrapper that limits the maximum number of concurrent requests