C# Class Madd0.AzureStorageDriver.StorageAccountProperties

Wrapper to expose typed properties over ConnectionInfo.DriverData.
ファイルを表示 Open project: madd0/AzureStorageDriver Class Usage Examples

Public Methods

Method Description
GetStorageAccount ( ) : Microsoft.WindowsAzure.CloudStorageAccount

Gets a CloudStorageAccount instace for the current connection.

StorageAccountProperties ( IConnectionInfo connectionInfo ) : System.Xml.Linq

Initializes a new instance of the StorageAccountProperties class.

Private Methods

Method Description
ClearAccountNameAndKey ( ) : void

Clears the account name and key.

This method is called when local storage is used.

Method Details

GetStorageAccount() public method

Gets a CloudStorageAccount instace for the current connection.
public GetStorageAccount ( ) : Microsoft.WindowsAzure.CloudStorageAccount
return Microsoft.WindowsAzure.CloudStorageAccount

StorageAccountProperties() public method

Initializes a new instance of the StorageAccountProperties class.
public StorageAccountProperties ( IConnectionInfo connectionInfo ) : System.Xml.Linq
connectionInfo IConnectionInfo The connection info.
return System.Xml.Linq