Struct MaximumRangeSizeOption (2.47.0-rc)

Use this option to limit the size of ObjectDescriptor::Read() requests.

Example
auto client = gcs::AsyncClient(gcs::MakeAsyncConnection(
  Options{}.set<MaximumRangeSizeOption>(128L * 1024 * 1024)));

Type Aliases

Type

Alias Of: std::int64_t