influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client > WriteApi > writePoint

WriteApi.writePoint() method

Write point.

Signature:

writePoint(point: Point): void;

Parameters

Parameter Type Description
point Point point to write

Returns:

void