C# Class MyInfluxDbClient.InfluxPoint

显示文件 Open project: danielwertheim/myinfluxdbclient Class Usage Examples

Public Methods

Method Description
AddField ( string name, bool value ) : InfluxPoint
AddField ( string name, decimal value ) : InfluxPoint
AddField ( string name, double value ) : InfluxPoint
AddField ( string name, float value ) : InfluxPoint
AddField ( string name, int value ) : InfluxPoint
AddField ( string name, long value ) : InfluxPoint
AddField ( string name, string value ) : InfluxPoint
AddFields ( ValueType>.IEnumerable fields ) : InfluxPoint
AddFields ( string>.IEnumerable fields ) : InfluxPoint
AddTag ( string name, IConvertible value ) : InfluxPoint
AddTag ( string name, string value ) : InfluxPoint
AddTags ( string>.IEnumerable fields ) : InfluxPoint
AddTimeStamp ( System.DateTime value, MyInfluxDbClient.TimeStampResolution resolution = null ) : InfluxPoint
AddTimeStamp ( MyInfluxDbClient.TimeStampResolution resolution = null ) : InfluxPoint
InfluxPoint ( string measurement ) : System
IsComplete ( ) : bool

Private Methods

Method Description
AddRawField ( string name, string value ) : InfluxPoint
AddRawTag ( string name, string value ) : InfluxPoint
EscapeStringValue ( string value ) : string

Method Details

AddField() public method

public AddField ( string name, bool value ) : InfluxPoint
name string
value bool
return InfluxPoint

AddField() public method

public AddField ( string name, decimal value ) : InfluxPoint
name string
value decimal
return InfluxPoint

AddField() public method

public AddField ( string name, double value ) : InfluxPoint
name string
value double
return InfluxPoint

AddField() public method

public AddField ( string name, float value ) : InfluxPoint
name string
value float
return InfluxPoint

AddField() public method

public AddField ( string name, int value ) : InfluxPoint
name string
value int
return InfluxPoint

AddField() public method

public AddField ( string name, long value ) : InfluxPoint
name string
value long
return InfluxPoint

AddField() public method

public AddField ( string name, string value ) : InfluxPoint
name string
value string
return InfluxPoint

AddFields() public method

public AddFields ( ValueType>.IEnumerable fields ) : InfluxPoint
fields ValueType>.IEnumerable
return InfluxPoint

AddFields() public method

public AddFields ( string>.IEnumerable fields ) : InfluxPoint
fields string>.IEnumerable
return InfluxPoint

AddTag() public method

public AddTag ( string name, IConvertible value ) : InfluxPoint
name string
value IConvertible
return InfluxPoint

AddTag() public method

public AddTag ( string name, string value ) : InfluxPoint
name string
value string
return InfluxPoint

AddTags() public method

public AddTags ( string>.IEnumerable fields ) : InfluxPoint
fields string>.IEnumerable
return InfluxPoint

AddTimeStamp() public method

public AddTimeStamp ( System.DateTime value, MyInfluxDbClient.TimeStampResolution resolution = null ) : InfluxPoint
value System.DateTime
resolution MyInfluxDbClient.TimeStampResolution
return InfluxPoint

AddTimeStamp() public method

public AddTimeStamp ( MyInfluxDbClient.TimeStampResolution resolution = null ) : InfluxPoint
resolution MyInfluxDbClient.TimeStampResolution
return InfluxPoint

InfluxPoint() public method

public InfluxPoint ( string measurement ) : System
measurement string
return System

IsComplete() public method

public IsComplete ( ) : bool
return bool