Related to "metadata"
buckets() function
The buckets()
function returns a list of buckets in the organization.
columns() function
The columns()
function lists the column labels of input tables. For each input table, it outputs a table with the same group key columns, plus a new column containing the labels of the input table’s columns.
schema.fieldKeys() function
The schema.fieldKeys()
function returns field keys in a bucket.
schema.measurementFieldKeys() function
The schema.measurementFieldKeys()
function returns a list of fields in a measurement.
schema.measurements() function
The schema.measurements() function returns a list of measurements in a specific bucket.
schema.measurementTagKeys() function
The schema.measurementTagKeys() function returns a list of tag keys for a specific measurement.
schema.measurementTagValues() function
The schema.measurementTagValues() function returns a list of tag values for a specific measurement.
schema.tagKeys() function
The schema.tagKeys() function returns a list of tag keys for all series that match the predicate.
schema.tagValues() function
The schema.tagValues()
function returns a list unique values for a given tag.
tasks.lastSuccess() function
The tasks.lastSuccess()
function returns the time of last successful run of the InfluxDB task or the value of the orTime
parameter if the task has never successfully run.
v1.databases() function
The v1.databases()
function returns a list of databases in an InfluxDB 1.7+ instance.
v1.fieldKeys() function
The v1.fieldKeys()
function returns field keys in a bucket.
v1.measurementFieldKeys() function
The v1.measurementFieldKeys()
function returns a list of fields in a measurement.
v1.measurements() function
The v1.measurements() function returns a list of measurements in a specific bucket.
v1.measurementTagKeys() function
The v1.measurementTagKeys() function returns a list of tag keys for a specific measurement.
v1.measurementTagValues() function
The v1.measurementTagValues() function returns a list of tag values for a specific measurement.
v1.tagKeys() function
The v1.tagKeys() function returns a list of tag keys for all series that match the predicate.
v1.tagValues() function
The v1.tagValues()
function returns a list unique values for a given tag.
influxdb.cardinality() function
The influxdb.cardinality()
function returns the series cardinality of data stored in InfluxDB.