Globus SDK for JavaScript
    Preparing search index...

    Type Alias SuccessfulTransferDocument

    source_path or destination_path will be null when the user does not have role permissions for either side of the transfer.

    type SuccessfulTransferDocument = {
        checksum: string | null;
        checksum_algorithm: string | null;
        DATA_TYPE: "successful_transfer";
        destination_path: string | null;
        dynamic: boolean;
        size: number;
        source_path: string | null;
    }
    Index

    Properties

    checksum: string | null
    checksum_algorithm: string | null
    DATA_TYPE: "successful_transfer"
    destination_path: string | null
    dynamic: boolean
    size: number
    source_path: string | null