Databricks SDK for JavaScript
    Preparing search index...

    Interface ListProviderShareAssetsRequest

    Request to fetch the list of assets of a share that is shared with the recipient.

    interface ListProviderShareAssetsRequest {
        functionMaxResults?: number;
        notebookMaxResults?: number;
        providerNameArg?: string;
        shareNameArg?: string;
        tableMaxResults?: number;
        volumeMaxResults?: number;
    }
    Index

    Properties

    functionMaxResults?: number

    Maximum number of functions to return.

    notebookMaxResults?: number

    Maximum number of notebooks to return.

    providerNameArg?: string

    The name of the provider who owns the share.

    shareNameArg?: string

    The name of the share.

    tableMaxResults?: number

    Maximum number of tables to return.

    volumeMaxResults?: number

    Maximum number of volumes to return.