@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface MergedUploadTaskEvent

    Event of a merge upload task

    interface MergedUploadTaskEvent {
        bytesTransferred: number;
        completionRate: number;
        remainingBytes: number;
        state: StorageTaskState;
        totalBytes: number;
        urls: (string | undefined)[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    bytesTransferred: number

    Bytes already transferred

    completionRate: number

    Transfer completion rate

    remainingBytes: number

    Amount of bytes until the end of the transfer

    State of the upload task

    totalBytes: number

    Total bytes to transfer

    urls: (string | undefined)[]

    Urls at which the resources are available. In the same order as the tasks.

    If the url is undefined it means that the upload task for this file is not completed yet