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++.
|
Public Member Functions | |
page_diff_range (int64_t start_offset, int64_t end_offset, bool is_cleared=false) | |
Initializes a new instance of the azure::storage::page_diff_range class. More... | |
bool | is_cleared_rage () const |
Checks the range type as cleared range or not. More... | |
![]() | |
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... | |
|
inline |
Initializes a new instance of the azure::storage::page_diff_range class.
start_offset | The starting offset. |
end_offset | The ending offset. |
is_cleared | true if the range was cleared range; otherwise false . It was set as non-cleared range at default. |
|
inline |
Checks the range type as cleared range or not.
true
if the range was cleared range; otherwise false
.