Databricks SDK for JavaScript
    Preparing search index...

    Interface AlertOperandColumn

    interface AlertOperandColumn {
        aggregation?: Aggregation;
        display?: string;
        name?: string;
    }
    Index

    Properties

    aggregation?: Aggregation

    If not set, the behavior is equivalent to using First row in the UI.

    display?: string
    name?: string