Measurement

An InfluxDB measurement

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