Databricks SDK for JavaScript
    Preparing search index...

    Request to update a Monitor.

    interface UpdateMonitorRequest {
        monitor?: Monitor;
        objectId?: string;
        objectType?: string;
        updateMask?: FieldMask<Monitor>;
    }
    Index

    Properties

    monitor?: Monitor

    The monitor to update.

    objectId?: string

    The UUID of the request object. It is schema_id for schema, and table_id for table.

    Find the schema_id from either:

    1. The schema_id of the Schemas resource.
    2. In Catalog Explorer > select the schema > go to the Details tab > the Schema ID field.

    Find the table_id from either:

    1. The table_id of the Tables resource.
    2. In Catalog Explorer > select the table > go to the Details tab > the Table ID field.
    objectType?: string

    The type of the monitored object. Can be one of the following: schema or table.

    updateMask?: FieldMask<Monitor>

    The field mask to specify which fields to update as a comma-separated list. Example value: data_profiling_config.custom_metrics,data_profiling_config.schedule.quartz_cron_expression