|
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: InfluxDBAdaptersAssembly: InfluxDBAdapters (in InfluxDBAdapters.dll) Version: 2.4.207-beta
Syntax public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
virtual property bool RequeueOnException {
bool get () override;
void set (bool value) override;
}
function get_RequeueOnException();
function set_RequeueOnException(value);
View SourceProperty Value
BooleanSee Also