购买Buy
1-855-856-7678
支持Support
Provides a client for accessing the Windows Azure Blob service.
以下各表列出了由 CloudBlobClient 类型公开的成员。
| 名称 | 说明 | |
|---|---|---|
| CloudBlobClient | 已重载。 |
| 名称 | 说明 | |
|---|---|---|
|
BaseUri | Gets the base URI for the Blob service client. |
|
Credentials | Gets the account credentials used to create the Blob service client. |
|
DefaultDelimiter | Gets or sets the default delimiter that may be used to create a blob directory structure of blobs. |
|
ParallelOperationThreadCount | Gets or sets the number of blocks that may be simultaneously uploaded when uploading a blob that is greater than the value specified by the SingleBlobUploadThresholdInBytes property. |
|
ReadAheadInBytes | Gets or sets the number of bytes to pre-fetch when reading from a stream. |
|
RetryPolicy | Gets or sets the default retry policy for requests made via the Blob service client. |
|
SingleBlobUploadThresholdInBytes | Gets or sets the maximum size of a blob in bytes that may be uploaded as a single blob. |
|
Timeout | Gets or sets the default timeout for requests made by the Blob service client. |
|
UseIntegrityControlForStreamReading | Gets or sets a value indicating whether the integrity of each block should be verified when reading from a stream. |
|
WriteBlockSizeInBytes | Gets or sets the block size for writing to a block blob. |
| 名称 | 说明 | |
|---|---|---|
![]() | BeginListBlobsWithPrefixSegmented | 已重载。Begins an asynchronous operation to return a result segment containing a collection of blob items whose names begin with the specified prefix.This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list. |
![]() | BeginListContainersSegmented | 已重载。Begins an asynchronous request to return a result segment containing a collection of containers.This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list. |
![]() | EndListBlobsWithPrefixSegmented | Ends an asynchronous operation to return a result segment containing a collection of blob items whose names begin with the specified prefix. |
![]() | EndListContainersSegmented | Ends an asynchronous operation to return a result segment containing a collection of containers. |
![]() | Equals | 已重载。(继承自 Object) |
![]() | GetBlobDirectoryReference | Returns a reference to a CloudBlobDirectory object with the specified address. |
![]() | GetBlobReference | 已重载。 |
![]() | GetBlockBlob | This method is obsolete; use GetBlockBlobReference instead. 已过时。 |
![]() | GetBlockBlobReference | 已重载。 |
![]() | GetContainerReference | Returns a reference to a CloudBlobContainer object with the specified address. |
![]() | GetHashCode | (继承自 Object) |
![]() | GetPageBlob | This method is obsolete; use GetPageBlobReference. 已过时。 |
![]() | GetPageBlobReference | 已重载。 |
![]() | GetType | (继承自 Object) |
![]() | ListBlobsWithPrefix | 已重载。Returns an enumerable collection of blob items whose names begin with the specified prefix.This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list. |
![]() | ListBlobsWithPrefixSegmented | 已重载。Returns a result segment containing a collection of blob items whose names begin with the specified prefix.This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list. |
![]() | ListContainers | 已重载。Returns an enumerable collection of containers.This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list. |
![]() | ListContainersSegmented | 已重载。Returns a result segment containing a collection of containers whose names begin with the specified prefix.This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list. |
![]() ![]() | ReferenceEquals | (继承自 Object) |
![]() | ToString | (继承自 Object) |
| 名称 | 说明 | |
|---|---|---|
|
ResponseReceived | Occurs when a response is received from the server. |