Container Class

Represents a container on the Data Box Edge/Gateway device.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.databoxedge.v2019_08_01.models._models_py3.ARMBaseModel
Container

Constructor

Container(*, data_format: str | AzureContainerDataFormat, **kwargs)

Parameters

Name Description
data_format
Required

Required. DataFormat for Container. Possible values include: "BlockBlob", "PageBlob", "AzureFile".

Keyword-Only Parameters

Name Description
data_format
Required

Variables

Name Description
id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

container_status

Current status of the container. Possible values include: "OK", "Offline", "Unknown", "Updating", "NeedsAttention".

refresh_details

Details of the refresh job on this container.

created_date_time

The UTC time when container got created.