Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateDatabaseRequest {
        database?: Database;
        updateMask?: FieldMask<Database>;
    }
    Index

    Properties

    database?: Database

    The Database to update.

    The database's name field is used to identify the database to update. Format: projects/{project_id}/branches/{branch_id}/databases/{database_id}

    updateMask?: FieldMask<Database>

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