Struct ReadRange (2.15.1)

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
Name Description
begin std::int64_t
end std::int64_t

Functions

static name()

Returns
Type Description
char const *