influx-d ~master (2022-02-07T16:21:31Z)
Dub
Repo
InfluxValue
influxdb
api
A sum type of values that can be stored in influxdb
struct
InfluxValue {
import
std
.
typecons
:
Nullable
;
;
enum
Type
;
union
Payload
;
this
(bool v);
this
(T v);
this
(T v);
this
(string v, Nullable!Type type);
auto
type
();
void
toString
(Dg dg);
}
Constructors
this
this
(bool v)
Undocumented in source.
this
this
(T v)
Undocumented in source.
this
this
(T v)
Undocumented in source.
this
this
(string v, Nullable!Type type)
Undocumented in source.
Members
Enums
Type
enum
Type
Undocumented in source.
Functions
toString
void
toString
(Dg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
type
auto
type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
Payload
union
Payload
Undocumented in source.
Meta
Source
See Implementation
influxdb
api
aliases
Database
functions
influxSysTime
shouldEqualLine
toInfluxDateTime
structs
DatabaseImpl
InfluxValue
Measurement
MeasurementSeries
Response
Result
Values
A sum type of values that can be stored in influxdb