Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
DictItem
Interface DictItem
A key-value pair in a dictionary.
interface
DictItem
{
key
?:
Expression
;
type
?:
string
;
val
?:
Expression
;
}
Index
Properties
key?
type?
val?
Properties
Optional
key
key
?:
Expression
Optional
type
type
?:
string
Optional
val
val
?:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
type
val
Documentation
Loading...
A key-value pair in a dictionary.