Databricks SDK for JavaScript
    Preparing search index...

    Variable AlertConfigurationScopeTypeConst

    AlertConfigurationScopeType: {
        ALERT_CONFIGURATION_SCOPE_TYPE_PER_USER: "ALERT_CONFIGURATION_SCOPE_TYPE_PER_USER";
        ALERT_CONFIGURATION_SCOPE_TYPE_SHARED: "ALERT_CONFIGURATION_SCOPE_TYPE_SHARED";
    } = ...

    Evaluation scope for an alert configuration.

    Type Declaration

    • ReadonlyALERT_CONFIGURATION_SCOPE_TYPE_PER_USER: "ALERT_CONFIGURATION_SCOPE_TYPE_PER_USER"

      Alert evaluates spend per individual user identity.

    • ReadonlyALERT_CONFIGURATION_SCOPE_TYPE_SHARED: "ALERT_CONFIGURATION_SCOPE_TYPE_SHARED"

      Alert evaluates aggregate spend across all users.