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

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

공개 메소드들

메소드 설명
Create ( BlobContainerPublicAccessType publicAccessType, Action callback ) : void
Delete ( Action callback ) : void
FetchAttributes ( Action callback ) : void
GetBlobReference ( string blobName ) : ICloudBlob
GetSharedAccessSignature ( Action callback ) : void
ListBlobs ( string blobPrefix, bool flatBlobListing, Action callback ) : void
SetMetadata ( Action callback ) : void
SetPermissions ( BlobContainerPublicAccessType publicAccessType, Action callback ) : void
StorageAccountCloudBlobContainer ( Uri uri, string name, IStorageCredentials credentials ) : System
StorageAccountCloudBlobContainer ( Uri uri, string name, IStorageCredentials credentials, Dispatcher dispatcher ) : System

보호된 메소드들

메소드 설명
CloudBlobsMapper ( HttpWebResponse response ) : IEnumerable
OnSendingRequest ( HttpWebRequest request, int contentLength ) : void

비공개 메소드들

메소드 설명
CloudBlobContainerAttributesResponseMapper ( HttpWebResponse response ) : BlobContainerAttributes

메소드 상세

CloudBlobsMapper() 보호된 메소드

protected CloudBlobsMapper ( HttpWebResponse response ) : IEnumerable
response System.Net.HttpWebResponse
리턴 IEnumerable

Create() 공개 메소드

public Create ( BlobContainerPublicAccessType publicAccessType, Action callback ) : void
publicAccessType BlobContainerPublicAccessType
callback Action
리턴 void

Delete() 공개 메소드

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

FetchAttributes() 공개 메소드

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

GetBlobReference() 공개 메소드

public GetBlobReference ( string blobName ) : ICloudBlob
blobName string
리턴 ICloudBlob

GetSharedAccessSignature() 공개 메소드

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

ListBlobs() 공개 메소드

public ListBlobs ( string blobPrefix, bool flatBlobListing, Action callback ) : void
blobPrefix string
flatBlobListing bool
callback Action
리턴 void

OnSendingRequest() 보호된 메소드

protected OnSendingRequest ( HttpWebRequest request, int contentLength ) : void
request System.Net.HttpWebRequest
contentLength int
리턴 void

SetMetadata() 공개 메소드

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

SetPermissions() 공개 메소드

public SetPermissions ( BlobContainerPublicAccessType publicAccessType, Action callback ) : void
publicAccessType BlobContainerPublicAccessType
callback Action
리턴 void

StorageAccountCloudBlobContainer() 공개 메소드

public StorageAccountCloudBlobContainer ( Uri uri, string name, IStorageCredentials credentials ) : System
uri System.Uri
name string
credentials IStorageCredentials
리턴 System

StorageAccountCloudBlobContainer() 공개 메소드

public StorageAccountCloudBlobContainer ( Uri uri, string name, IStorageCredentials credentials, Dispatcher dispatcher ) : System
uri System.Uri
name string
credentials IStorageCredentials
dispatcher System.Windows.Threading.Dispatcher
리턴 System