Click or drag to resize
ContainerInfo Class
Object which represents azure blob container
Inheritance Hierarchy
SystemObject
  CMS.AzureStorageContainerInfo

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
Syntax
C#
public class ContainerInfo

The ContainerInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccount
Account info.
Public propertyBlobClient
Blob client.
Public propertyBlobContainer
Blob container.
Public propertyCaseSensitive
Gets or sets whether path should be case sensitive or not.
Public propertyContainerName
Container name.
Public propertyIsPublic
Indicates if this container is public.
Top
See Also