Skip to main content

InfluxDBPointSettings

Holds settings for the InfluxDB point API

Functions

new

InfluxDBPointSettings.new() → InfluxDBPointSettings

Creates a new InfluxDB point settings

SetDefaultTags

InfluxDBPointSettings.SetDefaultTags(
tagsInfluxDBTags
) → ()

Sets the default tags for the InfluxDB point settings

GetDefaultTags

InfluxDBPointSettings.GetDefaultTags(selfInfluxDBPointSettings) → InfluxDBTags

Gets the default tags for the InfluxDB point settings

SetConvertTime

InfluxDBPointSettings.SetConvertTime(
convertTime(number) → number
) → ()

Sets the conversion time function for the InfluxDB point settings

GetConvertTime

InfluxDBPointSettings.GetConvertTime(selfInfluxDBPointSettings) → (number) → number

Gets the conversion time function for the InfluxDB point settings

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"
    }
}