ContainerInfoProvider Class |
Namespace: CMS.AzureStorage
public static class ContainerInfoProvider
The ContainerInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
ATTRIBUTES |
Attributes field name in storage metadata.
| |
CMS_ROOT |
Default container name for root of filesystem - for backwards compatibility
| |
CMS_STORAGE |
Default container name for root of filesystem
| |
CREATION_TIME |
Creation time field name in storage metadata.
| |
LAST_WRITE_TIME |
Last write time field name in storage metadata.
|
Name | Description | |
---|---|---|
DeleteContainer |
Deletes container.
| |
GetContent(ContainerInfo, String) |
Returns content of container.
| |
GetContent(ContainerInfo, String, Boolean) |
Returns content of container.
| |
GetRootContainer |
Gets or sets root container name.
| |
GetRootContainerInfo |
Returns container info of root container.
| |
InitContainerInfo(ContainerInfo) |
Returns reference to cloud container (creates it if not exists).
| |
InitContainerInfo(ContainerInfo, Boolean) |
Assigns reference to cloud container to BlobContainer property of containerInfo.
Creates a new container, if it does not exist.
| |
IsContainerPublic |
Returns whether is container public.
|