cloud_page_blob Class
Represents a Windows Azure page blob.
class cloud_page_blob;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::cloud_page_blob class. |
Public Methods
Name | Description |
---|---|
Overloaded. Clears pages from a page blob. |
|
Overloaded. Intitiates an asynchronous operation to clear pages from a page blob. |
|
Overloaded. Creates a page blob. |
|
Overloaded. Intitiates an asynchronous operation to create a page blob. |
|
Overloaded. Gets a collection of valid page ranges and their starting and ending bytes. |
|
Overloaded. Intitiates an asynchronous operation to get a collection of valid page ranges and their starting and ending bytes. |
|
Overloaded. Opens a stream for writing to an existing page blob. |
|
Overloaded. Intitiates an asynchronous operation to open a stream for writing to an existing page blob. |
|
Overloaded. Resizes the page blob to the specified size. |
|
Overloaded. Intitiates an asynchronous operation to resize the page blob to the specified size. |
|
Overloaded. Sets the page blob's sequence number. |
|
Overloaded. Intitiates an asynchronous operation to set the page blob's sequence number. |
|
Overloaded. Uploads a file to a page blob. |
|
Overloaded. Intitiates an asynchronous operation to upload a file to a page blob. |
|
Overloaded. Uploads a stream to a page blob. |
|
Overloaded. Intitiates an asynchronous operation to upload a stream to a page blob. |
|
Overloaded. Writes pages to a page blob. |
|
Overloaded. Intitiates an asynchronous operation to write pages to a page blob. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_page_blob object. |
Inheritance Hierarchy
cloud_page_blob
Requirements
Header: blob.h
Namespace: azure::storage