





Represents a Windows Azure page blob.
The following tables list the members exposed by the CloudPageBlob type.
Public Constructors
Name | Description | |
---|---|---|
CloudPageBlob | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() |
BlobType | Gets the type of the blob. |
![]() |
Container | Gets a CloudBlobContainer object representing the blob's container. |
![]() |
CopyState | Gets the state of the most recent or pending copy operation. |
![]() |
IsSnapshot | Gets a value indicating whether this blob is a snapshot. |
![]() |
Metadata | Gets the user-defined metadata for the blob. |
![]() |
Name | Gets the blob's name. |
![]() |
Parent | Gets the CloudBlobDirectory object representing the virtual parent directory for the blob. |
![]() |
Properties | Gets the blob's system properties. |
![]() |
ServiceClient | Gets the CloudBlobClient object that represents the Blob service. |
![]() |
SnapshotQualifiedStorageUri | Gets the page blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot. |
![]() |
SnapshotQualifiedUri | Gets the absolute URI to the blob, including query string information if the blob is a snapshot. |
![]() |
SnapshotTime | Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. |
![]() |
StorageUri | Gets the page blob's URIs for both the primary and secondary locations. |
![]() |
StreamMinimumReadSizeInBytes | Gets or sets the minimum number of bytes to buffer when reading from a blob stream. |
![]() |
StreamWriteSizeInBytes | Gets or sets the number of bytes to buffer when writing to a page blob stream. |
![]() |
Uri | Gets the blob's URI for the primary location. |
Public Methods (see also Protected Methods)
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |