IBM Aspera JavaScript Library
    Preparing search index...

    Interface PaginatedFilesResponse

    Paginated response containing file-level transfer progress.

    interface PaginatedFilesResponse {
        entries: FileStat[];
        limit: number;
        offset: number;
        total_count: number;
    }
    Index

    Properties

    entries: FileStat[]

    The file entries for this page.

    limit: number

    The limit used for the request.

    offset: number

    The offset used for the request.

    total_count: number

    Total number of files in the transfer.