Databricks SDK for JavaScript
    Preparing search index...

    Interface GetFileMetadataResponse

    interface GetFileMetadataResponse {
        contentLength?: bigint;
        contentType?: string;
        lastModified?: string;
    }
    Index

    Properties

    contentLength?: bigint

    The length of the HTTP response body in bytes.

    contentType?: string
    lastModified?: string

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