azure-core
Public Attributes | List of all members
Azure::Core::Http::HttpRange Struct Referencefinal

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.
 

Detailed Description

Note
Starts at an Offset and ends at Offset + Length - 1 inclusively.

The documentation for this struct was generated from the following file: