AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Configuration settings for batching.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class BatchConfig
The BatchConfig type exposes the following members
| Name | Description | |
|---|---|---|
|
BatchConfig() |
| Name | Type | Description | |
|---|---|---|---|
|
MaxBatchOpenMs | System.Int32 |
Gets and sets the property MaxBatchOpenMs. The maximum amount of time (in milliseconds) that an outgoing call waits for other calls with which it batches messages of the same type. The higher the setting, the longer the latency of the batched HTTP Action will be. |
|
MaxBatchSize | System.Int32 |
Gets and sets the property MaxBatchSize. The maximum number of messages that are batched together in a single action execution. |
|
MaxBatchSizeBytes | System.Int32 |
Gets and sets the property MaxBatchSizeBytes. Maximum size of a message batch, in bytes. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5