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