Databricks SDK for JavaScript
    Preparing search index...

    Interface GetCleanRoomAssetRevisionRequest

    interface GetCleanRoomAssetRevisionRequest {
        assetType?: CleanRoomAsset_AssetType;
        cleanRoomName?: string;
        etag?: string;
        name?: string;
    }
    Index

    Properties

    Asset type. Only NOTEBOOK_FILE is supported.

    cleanRoomName?: string

    Name of the clean room.

    etag?: string

    Revision etag to fetch. If not provided, the latest revision will be returned.

    name?: string

    Name of the asset.