influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > Label

Label interface

Signature:

interface Label 

Properties

Property Modifiers Type Description
id? readonly string (Optional)
name?   string (Optional)
orgID? readonly string (Optional)
properties?   any (Optional) Key-value pairs associated with this label. To remove a property, send an update with an empty value ("") for the key.