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. More...
 
Azure::Nullable< int64_t > Length
 The size of the HTTP Range. More...
 

Detailed Description

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

Member Data Documentation

◆ Length

Azure::Nullable<int64_t> Azure::Core::Http::HttpRange::Length

◆ Offset

int64_t Azure::Core::Http::HttpRange::Offset = 0

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