C# Class InfluxDB.LineProtocol.Payload.LineProtocolSyntax

Afficher le fichier Open project: influxdata/influxdb-csharp Class Usage Examples

Méthodes publiques

Méthode Description
EscapeName ( string nameOrKey ) : string
FormatTimestamp ( System.DateTime utcTimestamp ) : string
FormatValue ( object value ) : string

Private Methods

Méthode Description
FormatBoolean ( object b ) : string
FormatFloat ( object f ) : string
FormatInteger ( object i ) : string
FormatString ( string s ) : string
FormatTimespan ( object ts ) : string

Method Details

EscapeName() public static méthode

public static EscapeName ( string nameOrKey ) : string
nameOrKey string
Résultat string

FormatTimestamp() public static méthode

public static FormatTimestamp ( System.DateTime utcTimestamp ) : string
utcTimestamp System.DateTime
Résultat string

FormatValue() public static méthode

public static FormatValue ( object value ) : string
value object
Résultat string