Method | Description | |
---|---|---|
CreateIfNotExists ( ) : bool |
Create the container if it doesn't exist. The container is assumed to be private access only.
|
|
GetDirectories ( ) : IEnumerable |
List all directories directly parented to this container.
|
|
GetDirectoryReference ( string RelativeAddress ) : FileStoreDirectory |
Obtain a reference to a directory by name.
|
|
GetFileReference ( string FileName ) : FileStoreFile |
Obtain a reference to a file by name.
|
|
GetFiles ( ) : IEnumerable |
List all files directly parented to this container.
|
Method | Description | |
---|---|---|
AzureFileStoreContainer ( Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer Container ) : System |
Instantiate a new AzureFileStoreContainer from an Azure container.
|
public GetDirectoryReference ( string RelativeAddress ) : FileStoreDirectory | ||
RelativeAddress | string | A string containing the name of the /// virtual blob directory. |
return | FileStoreDirectory |
public GetFileReference ( string FileName ) : FileStoreFile | ||
FileName | string | A string containing the name of the /// file. |
return | FileStoreFile |