Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-alerts
v2
AlertOperandValue
Interface AlertOperandValue
interface
AlertOperandValue
{
value
?:
|
{
$case
:
"stringValue"
;
stringValue
:
string
}
|
{
$case
:
"doubleValue"
;
doubleValue
:
number
}
|
{
$case
:
"boolValue"
;
boolValue
:
boolean
}
;
}
Index
Properties
value?
Properties
Optional
value
value
?:
|
{
$case
:
"stringValue"
;
stringValue
:
string
}
|
{
$case
:
"doubleValue"
;
doubleValue
:
number
}
|
{
$case
:
"boolValue"
;
boolValue
:
boolean
}
Only one of the following fields may be set, depending on the type of threshold value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
value
Databricks SDK for JavaScript
Loading...
Only one of the following fields may be set, depending on the type of threshold value.