Class WriteRetriableErrorEvent
The event is published when occurs a retriable write exception.
Inherited Members
Namespace: InfluxDB.Client.Writes
Assembly: InfluxDB.Client.dll
Syntax
public class WriteRetriableErrorEvent : AbstractWriteEvent
Constructors
WriteRetriableErrorEvent(String, String, WritePrecision, String, Exception, Int64)
Declaration
public WriteRetriableErrorEvent(string organization, string bucket, WritePrecision precision, string lineProtocol, Exception exception, long retryInterval)
Parameters
Type | Name | Description |
---|---|---|
System.String | organization | |
System.String | bucket | |
WritePrecision | precision | |
System.String | lineProtocol | |
Exception | exception | |
System.Int64 | retryInterval |
Properties
Exception
The exception that was throw.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |
RetryInterval
The time to wait before retry unsuccessful write (milliseconds)
Declaration
public long RetryInterval { get; }
Property Value
Type | Description |
---|---|
System.Int64 |