Databricks SDK for JavaScript
    Preparing search index...
    interface TriggerState {
        sqlCondition?: SqlConditionState;
        triggerType?:
            | { $case: "table"; table: TableTriggerState }
            | { $case: "fileArrival"; fileArrival: FileArrivalTriggerState };
    }
    Index

    Properties

    sqlCondition?: SqlConditionState

    State for SQL condition evaluation, can coexist with other trigger states.

    triggerType?:
        | { $case: "table"; table: TableTriggerState }
        | { $case: "fileArrival"; fileArrival: FileArrivalTriggerState }

    (-- Next ID: 7. --)