Untitled object in cw-storage Schema
undefined#/instantiate/definitions/BucketLimits
BucketLimits is the type of the limits of a bucket.
The limits are optional and if not set, there is no limit.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | cw-storage.json* |
BucketLimits Type
object
(Details)
BucketLimits Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
max_object_pins | Merged | Optional | cannot be null | cw-storage |
max_object_size | Merged | Optional | cannot be null | cw-storage |
max_objects | Merged | Optional | cannot be null | cw-storage |
max_total_size | Merged | Optional | cannot be null | cw-storage |
max_object_pins
The maximum number of pins in the bucket for an object.
max_object_pins
is optional
Type: merged type (Details)
cannot be null
defined in: cw-storage
max_object_pins Type
merged type (Details)
any of
max_object_size
The maximum size of the objects in the bucket.
max_object_size
is optional
Type: merged type (Details)
cannot be null
defined in: cw-storage
max_object_size Type
merged type (Details)
any of
max_objects
The maximum number of objects in the bucket.
max_objects
is optional
Type: merged type (Details)
cannot be null
defined in: cw-storage
max_objects Type
merged type (Details)
any of
max_total_size
The maximum total size of the objects in the bucket.
max_total_size
is optional
Type: merged type (Details)
cannot be null
defined in: cw-storage
max_total_size Type
merged type (Details)
any of