Struct ReadRange (2.23.0-rc)

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.

Constructors

ReadRange()

ReadRange(std::int64_t, std::int64_t)

Parameters
NameDescription
begin std::int64_t
end std::int64_t

Functions

static name()

Returns
TypeDescription
char const *