Click or drag to resize
Grid Solutions Framework

InfluxDBOutputAdapterValuesPerPost Property

Gets or sets the maximum values to send per post when UseParallelPosting is true for the InfluxDB connection.

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

Property Value

Int32
See Also