Google Cloud Storage C++ Client  1.42.0
A C++ Client Library for Google Cloud Storage
Public Types | List of all members
google::cloud::storage::MaximumCurlSocketSendSizeOption Struct Reference

Control the maximum socket send buffer. More...

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

Public Types

using Type = std::size_t
 

Detailed Description

Control the maximum socket send buffer.

The default is to let the operating system pick a value, this is almost always a good choice.

Definition at line 208 of file options.h.

Member Typedef Documentation

◆ Type

Definition at line 209 of file options.h.