Databricks SDK for JavaScript
    Preparing search index...

    Interface ListCleanRoomAssetRevisionsRequest

    interface ListCleanRoomAssetRevisionsRequest {
        assetType?: CleanRoomAsset_AssetType;
        cleanRoomName?: string;
        name?: string;
        pageSize?: number;
        pageToken?: string;
    }
    Index

    Properties

    Asset type. Only NOTEBOOK_FILE is supported.

    cleanRoomName?: string

    Name of the clean room.

    name?: string

    Name of the asset.

    pageSize?: number

    Maximum number of asset revisions to return. Defaults to 10.

    pageToken?: string

    Opaque pagination token to go to next page based on the previous query.