olp-cpp-sdk  1.19.0
Public Attributes | List of all members
olp::http::Network::Statistics Struct Reference

Network statistics for a specific bucket. More...

#include <Network.h>

Public Attributes

uint64_t bytes_downloaded {0ull}
 The total bytes downloaded, including the size of headers and payload.
 
uint64_t bytes_uploaded {0ull}
 The total bytes uploaded, including the size of headers and payload.
 
uint32_t total_requests {0u}
 The total number of requests made by network.
 
uint32_t total_failed {0u}
 The total number of requests that failed.
 

Detailed Description

Network statistics for a specific bucket.


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