influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

WriteApi.dispose() method

Unlike close, dispose simply quits without trying to flush the buffered data.

Signature:

dispose(): number;

Returns:

number

count of points that were not written to InfluxDB