Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateQueryRequest {
        autoResolveDisplayName?: boolean;
        id?: string;
        query?: UpdateQueryRequestQuery;
        updateMask?: FieldMask<UpdateQueryRequestQuery>;
    }
    Index

    Properties

    autoResolveDisplayName?: boolean

    If true, automatically resolve alert display name conflicts. Otherwise, fail the request if the alert's display name conflicts with an existing alert's display name.

    id?: string