InstantiateMsg Schema
undefined#/instantiate
Instantiate messages
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* |
instantiate Type
object
(InstantiateMsg)
instantiate Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
bucket | string | Required | cannot be null | cw-storage |
limits | Merged | Required | cannot be null | cw-storage |
bucket
The name of the bucket. The name could not be empty or contains whitespaces. If name contains whitespace, they will be removed.
bucket
is required
Type:
string
cannot be null
defined in: cw-storage
bucket Type
string
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
InstantiateMsg Definitions
Definitions group BucketLimits
Reference this group by using
{"$ref":"undefined#/instantiate/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#/instantiate/definitions/Uint128"}
Property | Type | Required | Nullable | Defined by |
---|