Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-alerts
v1
AlertOperandValue
Interface AlertOperandValue
interface
AlertOperandValue
{
thresholdValue
?:
|
{
$case
:
"stringValue"
;
stringValue
:
string
}
|
{
$case
:
"doubleValue"
;
doubleValue
:
number
}
|
{
$case
:
"boolValue"
;
boolValue
:
boolean
}
;
}
Index
Properties
threshold
Value?
Properties
Optional
threshold
Value
thresholdValue
?:
|
{
$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
threshold
Value
Databricks SDK for JavaScript
Loading...
Only one of the following fields may be set, depending on the type of threshold value.