InfluxDbBatchConfig
class InfluxDbBatchConfig
The batching configuration of an InfluxDB rule action. IoT closes a batch and writes it to InfluxDB when the first of the configured limits is reached.
Types
Properties
Link copied to clipboard
Specifies whether to collect data points from different topics into the same batch.
Link copied to clipboard
The maximum length of time, in milliseconds, to keep a batch open before writing it to InfluxDB.
Link copied to clipboard
The maximum number of data points to collect in a batch.
Link copied to clipboard
The maximum size of a batch, in bytes, before IoT writes it to InfluxDB.