Class PointSettings
The setting for store data point: default values, threshold, ...
Inheritance
System.Object
PointSettings
Namespace: InfluxDB.Client.Writes
Assembly: InfluxDB.Client.dll
Syntax
public class PointSettings : object
Properties
DefaultTags
Default tags that will be use for writes by Point and POJO.
Declaration
public Dictionary<string, string> DefaultTags { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<System.String, System.String> |
Methods
AddDefaultTag(String, String)
Add default tag.
Declaration
public PointSettings AddDefaultTag(string key, string expression)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | the tag name |
| System.String | expression | the tag value expression |
Returns
| Type | Description |
|---|---|
| PointSettings | this |