struct InfluxDB::PointValue
- InfluxDB::PointValue
- Struct
- Value
- Object
Defined in:
influxdb/point_value.crConstructors
Instance Method Summary
- #fields : Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | Int64 | String)
- #series : String
- #tags : Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | Int64 | String)
- #timestamp : Time?
- #to_s(io)
Constructor Detail
def self.new(series : String, fields : Fields = Fields.new, tags : Tags = Tags.new, timestamp : Time | Nil = nil)
#
Instance Method Detail
def fields : Hash(String | Symbol, Bool | Float32 | Float64 | Int32 | Int64 | String)
#