-
#include "tensorstore/kvstore/byte_range.h" -
explicit constexpr tensorstore::OptionalByteRangeRequest::
OptionalByteRangeRequest(int64_t inclusive_min,
int64_t exclusive_max = -1); Constructs from the specified bounds.
If
inclusive_min < 0, it indicates a byte offset relative to the end, andexclusive_maxmust be left as-1.If
exclusive_max == -1, it indicates that the byte range continues until the end of the value.