minThroughput property
Minimum throughput of the connector in Mbps.
Refers to the expected throughput when using an e2-micro
machine type.
Value must be a multiple of 100 from 200 through 900. Must be lower than
the value specified by --max-throughput. If both min-throughput and
min-instances are provided, min-instances takes precedence over
min-throughput. The use of min-throughput
is discouraged in favor of
min-instances
.
Implementation
core.int? minThroughput;