Interface AccountMetastoresService


  • @Generated
    public interface AccountMetastoresService
    These APIs manage Unity Catalog metastores for an account. A metastore contains catalogs that can be associated with workspaces

    This is the high-level interface, that contains generated methods.

    Evolving: this interface is under development. Method signatures may change.

    • Method Detail

      • create

        AccountsMetastoreInfo create​(AccountsCreateMetastore accountsCreateMetastore)
        Create metastore.

        Creates a Unity Catalog metastore. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.

      • delete

        void delete​(DeleteAccountMetastoreRequest deleteAccountMetastoreRequest)
        Delete a metastore.

        Deletes a Unity Catalog metastore for an account, both specified by ID. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.

      • get

        AccountsMetastoreInfo get​(GetAccountMetastoreRequest getAccountMetastoreRequest)
        Get a metastore.

        Gets a Unity Catalog metastore from an account, both specified by ID. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.

      • list

        ListMetastoresResponse list()
        Get all metastores associated with an account.

        Gets all Unity Catalog metastores associated with an account specified by ID. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.

      • update

        AccountsMetastoreInfo update​(AccountsUpdateMetastore accountsUpdateMetastore)
        Update a metastore.

        Updates an existing Unity Catalog metastore. Please add a header X-Databricks-Account-Console-API-Version: 2.0 to access this API.