@ctrl/rtorrent
    Preparing search index...

    Interface RTorrentFile

    interface RTorrentFile {
        completedChunks: number;
        isCompleted: boolean;
        path: string;
        priority: RTorrentPriority;
        size: number;
        totalChunks: number;
    }
    Index

    Properties

    completedChunks: number

    Number of chunks completed

    isCompleted: boolean

    Whether file is completed

    path: string

    File path

    File priority

    size: number

    File size in bytes

    totalChunks: number

    Total number of chunks