Description:
Close InfluxDB2 connection
Syntax:
Influx2_close(hd)
Note:
The external library function (See External Library Guide) closes connection to InfluxDB2. It is valid only with InfluxDB 2.x.
Parameter:
hd |
The connection object |
Return value:
None
Example:
|
A |
|
1 |
=influx2_open("http://localhost:8086?org=esprocOrg&bucket=test1&token=ZHL...fxWg==") |
|
2 |
=influx2_close(A1) |
|