Databricks SDK for JavaScript
    Preparing search index...

    Interface DownloadFileResponse

    interface DownloadFileResponse {
        contentLength?: bigint;
        contents?: ReadableStream<any>;
        contentType?: string;
        lastModified?: string;
    }
    Index

    Properties

    contentLength?: bigint

    The length of the HTTP response body in bytes.

    contents?: ReadableStream<any>
    contentType?: string
    lastModified?: string

    The last modified time of the file in HTTP-date (RFC 7231) format.