Databricks SDK for JavaScript
    Preparing search index...
    interface CreateQueryRequest {
        autoResolveDisplayName?: boolean;
        query?: CreateQueryRequestQuery;
    }
    Index

    Properties

    autoResolveDisplayName?: boolean

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