Databricks SDK for JavaScript
    Preparing search index...
    interface AlertCondition {
        emptyResultState?: AlertState;
        op?: AlertOperator;
        operand?: AlertOperand;
        threshold?: AlertOperand;
    }
    Index

    Properties

    emptyResultState?: AlertState

    Alert state if result is empty.

    Operator used for comparison in alert evaluation.

    operand?: AlertOperand

    Name of the column from the query result to use for comparison in alert evaluation.

    threshold?: AlertOperand

    Threshold value used for comparison in alert evaluation.