Method | Description | |
---|---|---|
Create ( Action |
||
Create ( BlobContainerPublicAccessType publicAccessType, Action |
||
CreateIfNotExist ( Action |
||
CreateIfNotExist ( BlobContainerPublicAccessType publicAccessType, Action |
||
Delete ( Action |
||
FetchAttributes ( Action |
||
GetBlobReference ( string blobName ) : ICloudBlob | ||
GetSharedAccessSignature ( Action |
||
ListBlobs ( Action |
||
ListBlobs ( string blobPrefix, bool flatBlobListing, Action |
||
SetMetadata ( Action |
||
SetPermissions ( BlobContainerPublicAccessType publicAccessType, Action |
Method | Description | |
---|---|---|
CloudBlobContainerBase ( string name ) : System | ||
CloudBlobContainerBase ( string name, |
||
CloudBlobsMapper ( |
||
InnerListBlobs ( |
protected CloudBlobContainerBase ( string name ) : System | ||
name | string | |
return | System |
protected CloudBlobContainerBase ( string name, |
||
name | string | |
dispatcher | ||
return | System |
protected abstract CloudBlobsMapper ( |
||
response | ||
return | IEnumerable |
public abstract Create ( BlobContainerPublicAccessType publicAccessType, Action |
||
publicAccessType | BlobContainerPublicAccessType | |
callback | Action |
|
return | void |
public CreateIfNotExist ( Action |
||
callback | Action |
|
return | void |
public CreateIfNotExist ( BlobContainerPublicAccessType publicAccessType, Action |
||
publicAccessType | BlobContainerPublicAccessType | |
callback | Action |
|
return | void |
public abstract Delete ( Action |
||
callback | Action |
|
return | void |
public abstract FetchAttributes ( Action |
||
callback | Action |
|
return | void |
public abstract GetBlobReference ( string blobName ) : ICloudBlob | ||
blobName | string | |
return | ICloudBlob |
public abstract GetSharedAccessSignature ( Action |
||
callback | Action |
|
return | void |
protected InnerListBlobs ( |
||
containerUri | ||
blobPrefix | string | |
flatBlobListing | bool | |
callback | Action |
|
return | void |
public abstract ListBlobs ( string blobPrefix, bool flatBlobListing, Action |
||
blobPrefix | string | |
flatBlobListing | bool | |
callback | Action |
|
return | void |
public abstract SetMetadata ( Action |
||
callback | Action |
|
return | void |
public abstract SetPermissions ( BlobContainerPublicAccessType publicAccessType, Action |
||
publicAccessType | BlobContainerPublicAccessType | |
callback | Action |
|
return | void |