Globus SDK for JavaScript
    Preparing search index...
    type FileListDocument = {
        absolute_path: string | null;
        DATA: FileDocument[];
        DATA_TYPE: "file_list";
        endpoint: string;
        length: number;
        path: string;
        rename_supported: boolean;
        symlink_supported: boolean;
        total: number;
    }
    Index

    Properties

    absolute_path: string | null
    DATA: FileDocument[]
    DATA_TYPE: "file_list"
    endpoint: string
    length: number

    n.b. This is currently included in responses, but undocumented; use with care.

    path: string
    rename_supported: boolean
    symlink_supported: boolean
    total: number

    n.b. This is currently included in responses, but undocumented; use with care.