Method | Description | |
---|---|---|
AzureBlobBinaryDataStorage ( string connectionStringName ) : System | ||
Delete ( string path ) : void | ||
Exists ( string path ) : bool | ||
Get ( string path ) : byte[] | ||
Put ( string path, byte data, bool overwrite = false ) : void |
Method | Description | |
---|---|---|
GetBlob ( string path, Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container = null ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob | ||
GetBlobName ( string path ) : string | ||
GetContainer ( string path ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer | ||
GetContainerName ( string path ) : string |
public AzureBlobBinaryDataStorage ( string connectionStringName ) : System | ||
connectionStringName | string | |
return | System |
public Put ( string path, byte data, bool overwrite = false ) : void | ||
path | string | |
data | byte | |
overwrite | bool | |
return | void |