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::MaxBatchMessagesOption Struct Reference

The maximum number of messages in a batch. More...

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

Public Types

using Type = std::size_t
 

Detailed Description

The maximum number of messages in a batch.

Note
Application developers should keep in mind that Cloud Pub/Sub sets limits on the size of a batch (1,000 messages) The library makes no attempt to validate the value provided in this option.

Member Typedef Documentation

◆ Type