Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateDatabaseInstanceRequest

    interface UpdateDatabaseInstanceRequest {
        databaseInstance?: DatabaseInstance;
        updateMask?: FieldMask<DatabaseInstance>;
    }
    Index

    Properties

    databaseInstance?: DatabaseInstance

    The list of fields to update. If unspecified, all fields will be updated when possible. To wipe out custom_tags, specify custom_tags in the update_mask with an empty custom_tags map.