influx-d ~master (2022-02-07T16:21:31Z)
Dub
Repo
Measurement
influxdb
api
An InfluxDB measurement
struct
Measurement {
import
std
.
datetime
:
SysTime
;
;
import
std
.
traits
:
Unqual
;
;
string
name
;
string
[
string
]
tags
;
InfluxValue
[
string
]
fields
;
long
timestamp
;
this
(string name, T[string] fields, SysTime time);
this
(string name, string[string] tags, T[string] fields, SysTime time);
void
toString
(Dg dg);
static if
(
__VERSION__ < 2072
)
string
toString
();
static if
(!(
__VERSION__ < 2072
))
string
toString
();
}
Constructors
this
this
(string name, T[string] fields, SysTime time)
Undocumented in source.
this
this
(string name, string[string] tags, T[string] fields, SysTime time)
Undocumented in source.
Members
Functions
toString
void
toString
(Dg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
deprecated
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fields
InfluxValue
[
string
]
fields
;
Undocumented in source.
name
string
name
;
Undocumented in source.
tags
string
[
string
]
tags
;
Undocumented in source.
timestamp
long
timestamp
;
Undocumented in source.
Meta
Source
See Implementation
influxdb
api
aliases
Database
functions
influxSysTime
shouldEqualLine
toInfluxDateTime
structs
DatabaseImpl
InfluxValue
Measurement
MeasurementSeries
Response
Result
Values
An InfluxDB measurement