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 file ranges. More...
Public Member Functions | |
file_range (int64_t start_offset, int64_t end_offset) | |
Initializes a new instance of the azure::storage::file_range class. More... | |
utility::string_t | to_string () const |
Returns the content of the file range as a string. More... | |
int64_t | start_offset () const |
Gets the starting offset of the file range. More... | |
int64_t | end_offset () const |
Gets the ending offset of the file range. More... | |
Represents a range of file ranges.
|
inline |
Initializes a new instance of the azure::storage::file_range class.
start_offset | The starting offset. |
end_offset | The ending offset. |
|
inline |
Gets the ending offset of the file range.
|
inline |
Gets the starting offset of the file range.
|
inline |
Returns the content of the file range as a string.