@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentProperties

    interface TorrentProperties {
        addition_date: number;
        comment: string;
        completion_date: number;
        created_by: string;
        creation_date: number;
        dl_limit: number;
        dl_speed: number;
        dl_speed_avg: number;
        eta: number;
        last_seen: number;
        nb_connections: number;
        nb_connections_limit: number;
        peers: number;
        peers_total: number;
        piece_size: number;
        pieces_have: number;
        pieces_num: number;
        reannounce: number;
        save_path: string;
        seeding_time: number;
        seeds: number;
        seeds_total: number;
        share_ratio: number;
        time_elapsed: number;
        total_downloaded: number;
        total_downloaded_session: number;
        total_size: number;
        total_uploaded: number;
        total_uploaded_session: number;
        total_wasted: number;
        up_limit: number;
        up_speed: number;
        up_speed_avg: number;
    }
    Index

    Properties

    addition_date: number

    When this torrent was added (unix timestamp)

    comment: string

    Torrent comment

    completion_date: number

    Torrent completion date (unix timestamp)

    created_by: string

    Torrent creator

    creation_date: number

    Torrent creation date (Unix timestamp)

    dl_limit: number

    Torrent download limit (bytes/s)

    dl_speed: number

    Torrent download speed (bytes/second)

    dl_speed_avg: number

    Torrent average download speed (bytes/second)

    eta: number

    Torrent ETA (seconds)

    last_seen: number

    Last seen complete date (unix timestamp)

    nb_connections: number

    Torrent connection count

    nb_connections_limit: number

    Torrent connection count limit

    peers: number

    Number of peers connected to

    peers_total: number

    Number of peers in the swarm

    piece_size: number

    Torrent piece size (bytes)

    pieces_have: number

    Number of pieces owned

    pieces_num: number

    Number of pieces of the torrent

    reannounce: number

    Number of seconds until the next announce

    save_path: string

    Torrent save path

    seeding_time: number

    Torrent elapsed time while complete (seconds)

    seeds: number

    Number of seeds connected to

    seeds_total: number

    Number of seeds in the swarm

    share_ratio: number

    Torrent share ratio

    time_elapsed: number

    Torrent elapsed time (seconds)

    total_downloaded: number

    Total data uploaded for torrent (bytes)

    total_downloaded_session: number

    Total data downloaded this session (bytes)

    total_size: number

    Torrent total size (bytes)

    total_uploaded: number

    Total data uploaded for torrent (bytes)

    total_uploaded_session: number

    Total data uploaded this session (bytes)

    total_wasted: number

    Total data wasted for torrent (bytes)

    up_limit: number

    Torrent upload limit (bytes/s)

    up_speed: number

    Torrent upload speed (bytes/second)

    up_speed_avg: number

    Torrent average upload speed (bytes/second)