BucketResponse Schema
undefined#/responses/bucket
BucketResponse is the response of the Bucket query.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | cw-storage.json* |
bucket Type
object
(BucketResponse)
bucket Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
limits | Merged | Required | cannot be null | cw-storage |
name | string | Required | cannot be null | cw-storage |
limits
The limits of the bucket.
limits
is required
Type: merged type (Details)
cannot be null
defined in: cw-storage
limits Type
merged type (Details)
all of
name
The name of the bucket.
name
is required
Type:
string
cannot be null
defined in: cw-storage
name Type
string
BucketResponse Definitions
Definitions group BucketLimits
Reference this group by using
{"$ref":"undefined#/responses/bucket/definitions/BucketLimits"}
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
Definitions group Uint128
Reference this group by using
{"$ref":"undefined#/responses/bucket/definitions/Uint128"}
Property | Type | Required | Nullable | Defined by |
---|