struct InfluxDB::PointValue

Defined in:

influxdb/point_value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(series : String, fields : Fields = Fields.new, tags : Tags = Tags.new, timestamp : Time | Nil = nil) #

[View source]

Instance Method Detail

def fields : Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | Int64 | String) #

[View source]
def series : String #

[View source]
def tags : Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | Int64 | String) #

[View source]
def timestamp : Time? #

[View source]
def to_s(io) #

[View source]