Container interface
Represents a container on the Data Box Edge/Gateway device.
- Extends
Properties
container |
Current status of the container. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
The UTC time when container got created. NOTE: This property will not be serialized. It can only be populated by the server. |
data |
DataFormat for Container |
refresh |
Details of the refresh job on this container. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Container in DataBoxEdge Resource NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
containerStatus
Current status of the container. NOTE: This property will not be serialized. It can only be populated by the server.
containerStatus?: string
Property Value
string
createdDateTime
The UTC time when container got created. NOTE: This property will not be serialized. It can only be populated by the server.
createdDateTime?: Date
Property Value
Date
dataFormat
DataFormat for Container
dataFormat: string
Property Value
string
refreshDetails
Details of the refresh job on this container. NOTE: This property will not be serialized. It can only be populated by the server.
refreshDetails?: RefreshDetails
Property Value
systemData
Container in DataBoxEdge Resource NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type