C# Class Microsoft.WindowsAzure.Samples.Phone.Storage.CloudBlobClient

Inheritance: ICloudBlobClient
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Méthodes publiques

Méthode Description
CloudBlobClient ( ISharedAccessSignatureServiceClient sasServiceClient ) : System

Initializes a new instance of the CloudBlobClient class using Shared Access Signatures to perform operations.

CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials ) : System

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.

CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.

GetContainerReference ( string containerName ) : ICloudBlobContainer
ListContainers ( Action callback ) : void
ListContainers ( string prefix, Action callback ) : void

Method Details

CloudBlobClient() public méthode

Initializes a new instance of the CloudBlobClient class using Shared Access Signatures to perform operations.
public CloudBlobClient ( ISharedAccessSignatureServiceClient sasServiceClient ) : System
sasServiceClient ISharedAccessSignatureServiceClient The Shared Access Signature service client.
Résultat System

CloudBlobClient() public méthode

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.
public CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials ) : System
blobsBaseUri System.Uri The blobs endpoint.
credentials IStorageCredentials The storage credentials.
Résultat System

CloudBlobClient() public méthode

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.
public CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System
blobsBaseUri System.Uri The blobs endpoint.
credentials IStorageCredentials The storage credentials.
dispatcher System.Windows.Threading.Dispatcher The dispatcher used to invoke the callbacks.
Résultat System

GetContainerReference() public méthode

public GetContainerReference ( string containerName ) : ICloudBlobContainer
containerName string
Résultat ICloudBlobContainer

ListContainers() public méthode

public ListContainers ( Action callback ) : void
callback Action
Résultat void

ListContainers() public méthode

public ListContainers ( string prefix, Action callback ) : void
prefix string
callback Action
Résultat void