CloudPageBlob Members
From Storage Client Library NET API
[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Top
Top
Represents a blob made up of a collection of pages.
The following tables list the members exposed by the CloudPageBlob type.
Public Constructors
| Name | Description | |
|---|---|---|
| CloudPageBlob | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
| Attributes | Gets the BlobAttributes object that represents the blob's attributes. (Inherited from CloudBlob) | |
| Container | Gets a CloudBlobContainer object representing the blob's container. (Inherited from CloudBlob) | |
| Metadata | Gets the blob's user-defined metadata. (Inherited from CloudBlob) | |
| Name | Gets the name of the blob. (Inherited from CloudBlob) | |
| Parent | Gets the CloudBlobDirectory object representing the virtual parent directory for the blob. (Inherited from CloudBlob) | |
| Properties | Gets the blob's system properties. (Inherited from CloudBlob) | |
| ServiceClient | Gets the CloudBlobClient object that represents the Blob service. (Inherited from CloudBlob) | |
| SnapshotTime | Gets the DateTime value that uniquely identifies the snapshot, if this blob is a snapshot. (Inherited from CloudBlob) | |
| ToBlockBlob | Gets a CloudBlockBlob object based on this blob. (Inherited from CloudBlob) | |
| ToPageBlob | Gets a CloudPageBlob object based on this blob. (Inherited from CloudBlob) | |
| Uri | Gets the URI that identifies the blob. (Inherited from CloudBlob) |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
| BeginClearPages | Overloaded. | |
| BeginCopyFromBlob | Overloaded. Begins an asynchronous operation to copy another blob's contents, properties, and metadata to the blob referenced by this CloudBlob object. (Inherited from CloudBlob) | |
| BeginCreate | Overloaded. | |
| BeginCreateSnapshot | Overloaded. Begins an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob) | |
| BeginDelete | Overloaded. Begins an asynchronous operation to delete the blob. (Inherited from CloudBlob) | |
| BeginDeleteIfExists | Overloaded. (Inherited from CloudBlob) | |
| BeginDownloadToStream | Overloaded. Begins an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob) | |
| BeginFetchAttributes | Overloaded. Begins an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob) | |
| BeginGetPageRanges | Overloaded. | |
| BeginSetMetadata | Overloaded. Begins an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob) | |
| BeginSetProperties | Overloaded. (Inherited from CloudBlob) | |
| BeginUploadFromStream | Overloaded. Overridden. | |
| BeginWritePages | Overloaded. | |
| ClearPages | Overloaded. | |
| CopyFromBlob | Overloaded. (Inherited from CloudBlob) | |
| Create | Overloaded. | |
| CreateSnapshot | Overloaded. (Inherited from CloudBlob) | |
| Delete | Overloaded. (Inherited from CloudBlob) | |
| DeleteIfExists | Overloaded. (Inherited from CloudBlob) | |
| DownloadByteArray | Overloaded. Downloads the blob's contents as an array of bytes. (Inherited from CloudBlob) | |
| DownloadText | Overloaded. (Inherited from CloudBlob) | |
| DownloadToFile | Overloaded. (Inherited from CloudBlob) | |
| DownloadToStream | Overloaded. (Inherited from CloudBlob) | |
| EndClearPages | Ends an asynchronous operation to clear pages from a page blob. | |
| EndCopyFromBlob | Ends an asynchronous operation to copy a blob's contents, properties, and metadata to a new blob. (Inherited from CloudBlob) | |
| EndCreate | Ends an asynchronous operation to create a page blob. | |
| EndCreateSnapshot | Ends an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob) | |
| EndDelete | Ends an asynchronous operation to delete the blob. (Inherited from CloudBlob) | |
| EndDeleteIfExists | Ends an asynchronous operation to delete the blob if it exists. (Inherited from CloudBlob) | |
| EndDownloadToStream | Ends an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob) | |
| EndFetchAttributes | Ends an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob) | |
| EndGetPageRanges | Ends an asynchronous operation to return a collection of page ranges and their starting and ending bytes. | |
| EndSetMetadata | Ends an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob) | |
| EndSetProperties | Ends an asynchronous operation to update the blob's properties. (Inherited from CloudBlob) | |
| EndUploadFromStream | Overridden. Ends an asynchronous operation to upload a blob from a stream. | |
| EndWritePages | Ends an asynchronous operation to write pages to a page blob. | |
| Equals | (Inherited from Object) | |
| FetchAttributes | Overloaded. (Inherited from CloudBlob) | |
| GetHashCode | (Inherited from Object) | |
| GetPageRanges | Overloaded. | |
| GetSharedAccessSignature | Overloaded. (Inherited from CloudBlob) | |
| GetType | (Inherited from Object) | |
| OpenRead | Overloaded. (Inherited from CloudBlob) | |
| OpenWrite | Overloaded. Overridden. | |
| SetMetadata | Overloaded. (Inherited from CloudBlob) | |
| SetProperties | Overloaded. (Inherited from CloudBlob) | |
| ToString | (Inherited from Object) | |
| UploadByteArray | Overloaded. Overridden. | |
| UploadFile | Overloaded. Overridden. | |
| UploadFromStream | Overloaded. Overridden. | |
| UploadText | Overloaded. Overridden. | |
| WritePages | Overloaded. |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ParseSizeAndLastModified | Parses values from a Blob service response. This method is protected. (Inherited from CloudBlob) |