GRPC C++  1.62.0
Data Fields
grpc_compression_options::grpc_compression_options_default_algorithm Struct Reference

The default message compression algorithm. More...

#include <compression_types.h>

Data Fields

int is_set
 
grpc_compression_algorithm algorithm
 

Detailed Description

The default message compression algorithm.

It'll be used in the absence of call specific settings. This option corresponds to the channel argument key behind GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM.

Field Documentation

◆ algorithm

grpc_compression_algorithm grpc_compression_options::grpc_compression_options_default_algorithm::algorithm

◆ is_set

int grpc_compression_options::grpc_compression_options_default_algorithm::is_set

The documentation for this struct was generated from the following file: