• InfluxDB3.Client API
Show / Hide Table of Contents
  • InfluxDB3.Client
    • IInfluxDBClient
    • InfluxDBApiException
    • InfluxDBClient
    • InfluxDBPartialWriteException
    • InfluxDBPartialWriteException.LineError
  • InfluxDB3.Client.Config
    • ClientConfig
    • QueryOptions
    • WriteOptions
  • InfluxDB3.Client.Internal
    • TypeCasting
  • InfluxDB3.Client.Query
    • QueryType
  • InfluxDB3.Client.Write
    • PointData
    • PointDataValues
    • WritePrecision
    • WritePrecisionConverter

Class InfluxDBPartialWriteException.LineError

Inheritance
object
InfluxDBPartialWriteException.LineError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InfluxDB3.Client
Assembly: InfluxDB3.Client.dll
Syntax
public sealed class InfluxDBPartialWriteException.LineError

Constructors

LineError(int?, string, string?)

Declaration
public LineError(int? lineNumber, string errorMessage, string? originalLine)
Parameters
Type Name Description
int? lineNumber
string errorMessage
string originalLine

Properties

ErrorMessage

Declaration
public string ErrorMessage { get; }
Property Value
Type Description
string

LineNumber

Declaration
public int? LineNumber { get; }
Property Value
Type Description
int?

OriginalLine

Declaration
public string? OriginalLine { get; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX