AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.BatchConfig

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class BatchConfig

The BatchConfig type exposes the following members

Constructors

NameDescription
Public Method BatchConfig()

Properties

NameTypeDescription
Public Property 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.

Public Property MaxBatchSize System.Int32

Gets and sets the property MaxBatchSize.

The maximum number of messages that are batched together in a single action execution.

Public Property MaxBatchSizeBytes System.Int32

Gets and sets the property MaxBatchSizeBytes.

Maximum size of a message batch, in bytes.

Version Information

.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