CloudStorageAccount Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property BlobEndpoint Gets the primary endpoint for the Blob service, as configured for the storage account.
public property BlobStorageUri Gets the endpoints for the Blob service at the primary and secondary location, as configured for the storage account.
public property Credentials Gets the credentials used to create this CloudStorageAccount object.
public property static DevelopmentStorageAccount Gets a CloudStorageAccount object that references the well-known development storage account.
public property FileEndpoint Gets the primary endpoint for the File service, as configured for the storage account.
public property FileStorageUri Gets the endpoints for the File service at the primary and secondary location, as configured for the storage account.
public property QueueEndpoint Gets the primary endpoint for the Queue service, as configured for the storage account.
public property QueueStorageUri Gets the endpoints for the Queue service at the primary and secondary location, as configured for the storage account.
public property TableEndpoint Gets the primary endpoint for the Table service, as configured for the storage account.
public property TableStorageUri Gets the endpoints for the Table service at the primary and secondary location, as configured for the storage account.
public property static UseV1MD5 Gets or sets a value indicating whether the FISMA MD5 setting will be used.

See Also