Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Request only a portion of the GCS object in a ReadObject operation. More...
#include <google/cloud/storage/download_options.h>
Public Member Functions | |
ReadRange ()=default | |
ReadRange (std::int64_t begin, std::int64_t end) | |
Static Public Member Functions | |
static char const * | name () |
Request only a portion of the GCS object in a ReadObject operation.
Note that the range is right-open, as it is customary in C++. That is, it excludes the end
byte.
|
default |
|
inlineexplicit |
|
inlinestatic |