Databricks SDK for JavaScript
    Preparing search index...

    Update Data API configuration for a database.

    interface UpdateDataApiRequest {
        dataApi?: DataApi;
        updateMask?: FieldMask<DataApi>;
    }
    Index

    Properties

    dataApi?: DataApi

    The Data API configuration to update. The data_api's name field identifies the resource.

    updateMask?: FieldMask<DataApi>

    The list of fields to update. If unspecified, all fields will be updated when possible.