Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public

Main class used to communicate with InfluxDB

public

When using the Connection, errors will be signaled by this class.

Variable Summary

Static Public Variable Summary
public

DefaultConnectionOptions: {"username": string, "password": string, "hostUrl": string, "autoCreateDatabase": boolean, "autoResolveBufferedWritePromises": boolean, "maximumWriteDelay": number, "batchSize": number, "batchWriteErrorHandler": function}

public

connectionTracker: src/impl/ConnectionTracker.js~ConnectionTracker

Typedef Summary

Static Public Typedef Summary
public

A ConnectionConfiguration must be provided when calling Connection.create so that you can start writing data into InfluxDB.

public

DataPoint can be passed into Connection.write(dataPoint) method so that you can write points to the database.

public

Field is a key-value pair in InfluxDB’s data structure that records metadata and the actual data value.

public

FieldType is an enumeration of InfluxDB field data types.

public

This is the main import of the influxdb-node.js package.

public

Schema describes tags and fields that can be used with a measurement.

public

Tag is a key-value pair in InfluxDB’s data structure that records metadata.