|
Microsoft Azure Storage Client Library for C++
7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
|
Represents a range of pages in a page blob. More...
Public Member Functions | |
| page_range (int64_t start_offset, int64_t end_offset) | |
| Initializes a new instance of the azure::storage::page_range class. More... | |
| utility::string_t | to_string () const |
| Returns the content of the page range as a string. More... | |
| int64_t | start_offset () const |
| Gets the starting offset of the page range. More... | |
| int64_t | end_offset () const |
| Gets the ending offset of the page range. More... | |
Represents a range of pages in a page blob.
|
inline |
Initializes a new instance of the azure::storage::page_range class.
| start_offset | The starting offset. |
| end_offset | The ending offset. |
|
inline |
Gets the ending offset of the page range.
|
inline |
Gets the starting offset of the page range.
|
inline |
Returns the content of the page range as a string.
1.8.15