Package com.influxdb.client.write
Class PointSettings
java.lang.Object
com.influxdb.client.write.PointSettings
The setting for store data point: default values, threshold, ...
- Author:
- Jakub Bednar (bednar@github) (28/06/2019 09:06)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PointSettings
public PointSettings()
-
-
Method Details
-
addDefaultTag
Add default tag.- Parameters:
key
- the tag nameexpression
- the tag value expression- Returns:
- this
-