C# 클래스 Microsoft.WindowsAzure.Samples.Phone.Storage.CloudBlobClient

상속: ICloudBlobClient
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

메소드 설명
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

메소드 상세

CloudBlobClient() 공개 메소드

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.
리턴 System

CloudBlobClient() 공개 메소드

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.
리턴 System

CloudBlobClient() 공개 메소드

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.
리턴 System

GetContainerReference() 공개 메소드

public GetContainerReference ( string containerName ) : ICloudBlobContainer
containerName string
리턴 ICloudBlobContainer

ListContainers() 공개 메소드

public ListContainers ( Action callback ) : void
callback Action
리턴 void

ListContainers() 공개 메소드

public ListContainers ( string prefix, Action callback ) : void
prefix string
callback Action
리턴 void