|
|
azure-core
|
The range of bytes within an HTTP resource. More...
#include <http.hpp>
Public Attributes | |
| int64_t | Offset = 0 |
| The starting point of the HTTP Range. | |
| Azure::Nullable< int64_t > | Length |
| The size of the HTTP Range. | |
Offset and ends at Offset + Length - 1 inclusively. | Azure::Nullable<int64_t> Azure::Core::Http::HttpRange::Length |
| int64_t Azure::Core::Http::HttpRange::Offset = 0 |