Databricks SDK for JavaScript
    Preparing search index...

    Interface DownloadMessageAttachmentVisualizationResponse

    interface DownloadMessageAttachmentVisualizationResponse {
        contents?: ReadableStream<any>;
    }
    Index

    Properties

    Properties

    contents?: ReadableStream<any>

    The rendered visualization as a PNG image. Returned as the raw HTTP response body rather than a JSON field.