C# 클래스 InfluxDB.LineProtocol.Payload.LineProtocolSyntax

파일 보기 프로젝트 열기: influxdata/influxdb-csharp 1 사용 예제들

공개 메소드들

메소드 설명
EscapeName ( string nameOrKey ) : string
FormatTimestamp ( System.DateTime utcTimestamp ) : string
FormatValue ( object value ) : string

비공개 메소드들

메소드 설명
FormatBoolean ( object b ) : string
FormatFloat ( object f ) : string
FormatInteger ( object i ) : string
FormatString ( string s ) : string
FormatTimespan ( object ts ) : string

메소드 상세

EscapeName() 공개 정적인 메소드

public static EscapeName ( string nameOrKey ) : string
nameOrKey string
리턴 string

FormatTimestamp() 공개 정적인 메소드

public static FormatTimestamp ( System.DateTime utcTimestamp ) : string
utcTimestamp System.DateTime
리턴 string

FormatValue() 공개 정적인 메소드

public static FormatValue ( object value ) : string
value object
리턴 string