Show raw api
{
"functions": [
{
"name": "new",
"desc": "Creates a new InfluxDB point settings",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "InfluxDBPointSettings"
}
],
"function_type": "static",
"source": {
"line": 28,
"path": "src/influxdbclient/src/Server/Config/InfluxDBPointSettings.lua"
}
},
{
"name": "SetDefaultTags",
"desc": "Sets the default tags for the InfluxDB point settings",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "InfluxDBPointSettings"
},
{
"name": "tags",
"desc": "",
"lua_type": "InfluxDBTags"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 42,
"path": "src/influxdbclient/src/Server/Config/InfluxDBPointSettings.lua"
}
},
{
"name": "GetDefaultTags",
"desc": "Gets the default tags for the InfluxDB point settings",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "InfluxDBPointSettings"
}
],
"returns": [
{
"desc": "",
"lua_type": "InfluxDBTags"
}
],
"function_type": "static",
"source": {
"line": 58,
"path": "src/influxdbclient/src/Server/Config/InfluxDBPointSettings.lua"
}
},
{
"name": "SetConvertTime",
"desc": "Sets the conversion time function for the InfluxDB point settings",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "InfluxDBPointSettings"
},
{
"name": "convertTime",
"desc": "",
"lua_type": "(number) -> number"
}
],
"returns": [],
"function_type": "static",
"source": {
"line": 67,
"path": "src/influxdbclient/src/Server/Config/InfluxDBPointSettings.lua"
}
},
{
"name": "GetConvertTime",
"desc": "Gets the conversion time function for the InfluxDB point settings",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "InfluxDBPointSettings"
}
],
"returns": [
{
"desc": "",
"lua_type": "(number) -> number"
}
],
"function_type": "static",
"source": {
"line": 78,
"path": "src/influxdbclient/src/Server/Config/InfluxDBPointSettings.lua"
}
}
],
"properties": [],
"types": [],
"name": "InfluxDBPointSettings",
"desc": "Holds settings for the InfluxDB point API",
"source": {
"line": 7,
"path": "src/influxdbclient/src/Server/Config/InfluxDBPointSettings.lua"
}
}