Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
TagRule
Interface TagRule
interface
TagRule
{
key
?:
string
;
operator
?:
"equal"
|
"notequal"
|
"equalregex"
|
"notequalregex"
;
value
?:
string
;
}
Index
Properties
key?
operator?
value?
Properties
Optional
key
key
?:
string
Optional
operator
operator
?:
"equal"
|
"notequal"
|
"equalregex"
|
"notequalregex"
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
operator
value
Documentation
Loading...