Click or drag to resize
Grid Solutions Framework

InfluxDBOutputAdapterUseParallelPosting Property

Gets or sets flag that determines if multiple posts to InfluxDB should be made in parallel.

Namespace: InfluxDBAdapters
Assembly: InfluxDBAdapters (in InfluxDBAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool UseParallelPosting { get; set; }
View Source

Property Value

Boolean
See Also