Skip to main content

BucketResponse Schema

undefined#/responses/bucket

BucketResponse is the response of the Bucket query.

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedYesUnknown statusNoForbiddenForbiddennonecw-storage.json*

bucket Type

object (BucketResponse)

bucket Properties

PropertyTypeRequiredNullableDefined by
limitsMergedRequiredcannot be nullcw-storage
namestringRequiredcannot be nullcw-storage

limits

The limits of the bucket.

limits

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"}
PropertyTypeRequiredNullableDefined by
max_object_pinsMergedOptionalcannot be nullcw-storage
max_object_sizeMergedOptionalcannot be nullcw-storage
max_objectsMergedOptionalcannot be nullcw-storage
max_total_sizeMergedOptionalcannot be nullcw-storage

max_object_pins

The maximum number of pins in the bucket for an object.

max_object_pins

max_object_pins Type

merged type (Details)

any of

max_object_size

The maximum size of the objects in the bucket.

max_object_size

max_object_size Type

merged type (Details)

any of

max_objects

The maximum number of objects in the bucket.

max_objects

max_objects Type

merged type (Details)

any of

max_total_size

The maximum total size of the objects in the bucket.

max_total_size

max_total_size Type

merged type (Details)

any of

Definitions group Uint128

Reference this group by using

{"$ref":"undefined#/responses/bucket/definitions/Uint128"}
PropertyTypeRequiredNullableDefined by