Databricks SDK for JavaScript
    Preparing search index...

    Metadata of a single artifact file or directory.

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

    Properties

    fileSize?: bigint

    The size in bytes of the file. Unset for directories.

    isDir?: boolean

    Whether the path is a directory.

    path?: string

    The path relative to the root artifact directory run.