Click or drag to resize
Grid Solutions Framework

InfluxDBOutputAdapterRequeueOnException Property

Gets or sets whether or not to automatically place measurements back into the processing queue if an exception occurs while processing. Defaults to false.

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

Property Value

Boolean
See Also