struct InfluxDB::Database
- InfluxDB::Database
- Struct
- Value
- Object
Defined in:
influxdb/database.crConstructors
Instance Method Summary
- #drop
- #name : String
- #query(*args, **options)
- #query(*args, **options, &)
- #select(fields = "*")
- #write(point_values : Array(PointValue), sync = false)
- #write(series : String, value : Value, tags = Tags.new, timestamp : Time | Nil = nil, sync = false)
- #write(series : String, fields : Fields, tags = Tags.new, timestamp : Time | Nil = nil, sync = false)
- #write(point_value : PointValue, sync = false)
- #write(sync = false, &)
Constructor Detail
Instance Method Detail
def write(series : String, value : Value, tags = Tags.new, timestamp : Time | Nil = nil, sync = false)
#