page_range Class
Represents a range of pages in a page blob.
class page_range;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::page_range class. |
Public Methods
Name | Description |
---|---|
Gets the ending offset of the page range. |
|
Gets the starting offset of the page range. |
|
Returns the content of the page range as a string. |
Public Operators
Name | Description |
---|---|
Returns a reference to a page_range object. |
Inheritance Hierarchy
page_range
Requirements
Header: blob.h
Namespace: azure::storage