influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

LabelCreateRequest interface

Signature:

interface LabelCreateRequest 

Properties

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