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

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String