Globus SDK for JavaScript
    Preparing search index...
    type TaskDocument = {
        bytes_checksummed: number;
        bytes_transferred: number;
        canceled_by_admin: "SOURCE" | "DESTINATION" | "BOTH" | null;
        canceled_by_admin_message: string | null;
        command: string;
        completion_time: string | null;
        DATA_TYPE: "task";
        deadline: string | null;
        delete_destination_extra: boolean;
        destination_base_path?: string | null;
        destination_endpoint: string;
        destination_endpoint_display_name: string;
        destination_endpoint_id: string | null;
        directories: number;
        effective_bytes_per_second: number;
        encrypt_data: boolean;
        fail_on_quota_errors: boolean;
        fatal_error: object | null;
        faults: number;
        files: number;
        files_skipped: number;
        files_transferred: number;
        history_deleted: boolean;
        is_paused: boolean;
        label: string | null;
        nice_status: string | null;
        nice_status_details: null;
        nice_status_expires_in: -1 | 0 | string | null;
        nice_status_short_description: string | null;
        owner_id: string;
        preserve_timestamp: boolean;
        recursive_symlinks: string | null;
        request_time: string;
        skip_source_errors: boolean;
        source_base_path?: string | null;
        source_endpoint: string;
        source_endpoint_display_name: string;
        source_endpoint_id: string;
        status: "ACTIVE" | "INACTIVE" | "SUCCEEDED" | "FAILED";
        subtasks_canceled: number;
        subtasks_expired: number;
        subtasks_failed: number;
        subtasks_pending: number;
        subtasks_retrying: number;
        subtasks_skipped_errors: number;
        subtasks_succeeded: number;
        subtasks_total: number;
        symlinks: number;
        sync_level: number | null;
        task_id: string;
        type: "TRANSFER" | "DELETE";
        username: string;
        verify_checksum: boolean;
    }
    Index

    Properties

    bytes_checksummed: number
    bytes_transferred: number
    canceled_by_admin: "SOURCE" | "DESTINATION" | "BOTH" | null
    canceled_by_admin_message: string | null
    command: string
    completion_time: string | null
    DATA_TYPE: "task"
    deadline: string | null
    delete_destination_extra: boolean
    destination_base_path?: string | null
    destination_endpoint: string

    use destination_endpoint_id

    destination_endpoint_display_name: string
    destination_endpoint_id: string | null
    directories: number
    effective_bytes_per_second: number
    encrypt_data: boolean
    fail_on_quota_errors: boolean
    fatal_error: object | null
    faults: number
    files: number
    files_skipped: number
    files_transferred: number
    history_deleted: boolean
    is_paused: boolean
    label: string | null
    nice_status: string | null
    nice_status_details: null

    use event_list

    nice_status_expires_in: -1 | 0 | string | null
    nice_status_short_description: string | null
    owner_id: string
    preserve_timestamp: boolean
    recursive_symlinks: string | null
    request_time: string
    skip_source_errors: boolean
    source_base_path?: string | null
    source_endpoint: string

    use source_endpoint_id

    source_endpoint_display_name: string
    source_endpoint_id: string
    status: "ACTIVE" | "INACTIVE" | "SUCCEEDED" | "FAILED"
    subtasks_canceled: number
    subtasks_expired: number
    subtasks_failed: number
    subtasks_pending: number
    subtasks_retrying: number
    subtasks_skipped_errors: number
    subtasks_succeeded: number
    subtasks_total: number
    symlinks: number
    sync_level: number | null
    task_id: string
    type: "TRANSFER" | "DELETE"
    username: string

    use owner_id instead.

    verify_checksum: boolean