backblaze-labs/b2-action - v0.1.0
    Preparing search index...

    Interface DownloadResult

    Result of downloadCommand.

    interface DownloadResult {
        bytesTransferred: number;
        files: DownloadedFile[];
    }
    Index

    Properties

    bytesTransferred: number

    Total bytes transferred across all files.

    One entry per downloaded file. Single-file modes return a one-element array.