Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::pubsub::CompressionThresholdOption Struct Reference

Compression threshold. More...

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

Public Types

using Type = std::size_t
 

Detailed Description

Compression threshold.

If set, the client library turns on gRPC compression for batches larger (in bytes) than the give threshold.

Member Typedef Documentation

◆ Type