Databricks SDK for JavaScript
    Preparing search index...

    Interface GetStatusResponse

    interface GetStatusResponse {
        fileSize?: bigint;
        isDir?: boolean;
        modificationTime?: bigint;
        path?: string;
    }
    Index

    Properties

    fileSize?: bigint

    The length of the file in bytes. This field is omitted for directories.

    isDir?: boolean

    True if the path is a directory.

    modificationTime?: bigint

    Last modification time of given file in milliseconds since epoch.

    path?: string

    The absolute path of the file or directory.