Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::storage::DownloadBufferSizeOption Struct Reference

Control the formatted I/O download buffer. More...

#include <google/cloud/storage/options.h>

Public Types

using Type = std::size_t
 

Detailed Description

Control the formatted I/O download buffer.

When using formatted I/O operations (typically operator>>(std::istream&...) this option controls the size of the in-memory buffer kept to satisfy any I/O requests.

Applications seeking optimal performance for downloads should avoid formatted I/O, and prefer using std::istream::read(). This option has no effect in that case.

Member Typedef Documentation

◆ Type