Class AbstractWriteEvent
Inheritance
System.Object
AbstractWriteEvent
Namespace: InfluxDB.Client.Writes
Assembly: InfluxDB.Client.dll
Syntax
public abstract class AbstractWriteEvent : InfluxDBEventArgs
Properties
Bucket
The bucket that was used for write data.
Declaration
public string Bucket { get; }
Property Value
Type | Description |
---|---|
System.String |
LineProtocol
The Data that was written.
Declaration
public string LineProtocol { get; }
Property Value
Type | Description |
---|---|
System.String |
Organization
The organization that was used for write data.
Declaration
public string Organization { get; }
Property Value
Type | Description |
---|---|
System.String |
Precision
The Precision that was used for write data.
Declaration
public WritePrecision Precision { get; }
Property Value
Type | Description |
---|---|
WritePrecision |