CloudBlobDirectory Class (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
Represents a virtual directory of blobs, designated by a delimiter character.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Properties
Name Description 
ContainerContainerContainerContainer Gets the container for the virtual directory.

ParentParentParentParent Gets the parent directory for the virtual directory.

PrefixPrefixPrefixPrefix Gets the prefix.

ServiceClientServiceClientServiceClientServiceClient Gets the Blob service client for the virtual directory.

StorageUriStorageUriStorageUriStorageUri Gets the blob directory's URIs for both the primary and secondary locations.

UriUriUriUri Gets the URI that identifies the virtual directory for the primary location.
Methods
Remarks
Containers, which are encapsulated as CloudBlobContainer objects, hold directories, and directories hold block blobs and page blobs. Directories can also contain sub-directories.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents a virtual directory of blobs, designated by a delimiter character.
Syntax
Properties
| Name | Description | |
|---|---|---|
| ContainerContainerContainerContainer | Gets the container for the virtual directory. | |
| ParentParentParentParent | Gets the parent directory for the virtual directory. | |
| PrefixPrefixPrefixPrefix | Gets the prefix. | |
| ServiceClientServiceClientServiceClientServiceClient | Gets the Blob service client for the virtual directory. | |
| StorageUriStorageUriStorageUriStorageUri | Gets the blob directory's URIs for both the primary and secondary locations. | |
| UriUriUriUri | Gets the URI that identifies the virtual directory for the primary location. |
Methods
Remarks
Containers, which are encapsulated as CloudBlobContainer objects, hold directories, and directories hold block blobs and page blobs. Directories can also contain sub-directories.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.