Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Attributes | List of all members
google::cloud::storage::ReadRangeData Struct Reference

#include <google/cloud/storage/download_options.h>

Public Attributes

std::int64_t begin
 
std::int64_t end
 

Detailed Description

Definition at line 27 of file download_options.h.

Member Data Documentation

◆ begin

std::int64_t google::cloud::storage::ReadRangeData::begin

Definition at line 28 of file download_options.h.

◆ end

std::int64_t google::cloud::storage::ReadRangeData::end

Definition at line 29 of file download_options.h.