Databricks SDK for JavaScript
    Preparing search index...

    Interface ListProviderShareAssetsResponse

    Response to ListProviderShareAssets, which contains the list of assets of a share.

    interface ListProviderShareAssetsResponse {
        functions?: Function[];
        notebooks?: NotebookFile[];
        share?: Share;
        tables?: Table[];
        volumes?: Volume[];
    }
    Index

    Properties

    functions?: Function[]

    The list of functions in the share.

    notebooks?: NotebookFile[]

    The list of notebooks in the share.

    share?: Share

    The metadata of the share.

    tables?: Table[]

    The list of tables in the share.

    volumes?: Volume[]

    The list of volumes in the share.