Skip to main content

LtTorrentStatus

Information about a torrent.

Properties

active_duration: number

v1.0

The number of seconds this torrent has been in the session in an active state (i.e not paused).

added_time: number

v1.0

The posix time when this torrent was added.

all_time_download: number

v1.0

The accumulated downloaded payload bytes. Persisted.

all_time_upload: number

v1.0

The accumulated uploaded payload bytes. Persisted.

announcing_to_dht: boolean

v1.0

announcing_to_lsd: boolean

v1.0

announcing_to_trackers: boolean

v1.0

block_size: number

v1.0

The size of a block in bytes. Typically 16kB.

completed_time: number

v1.0

The posix time when this torrent was finished. Returns 0 if the torrent is not yet finished.

connect_candidates: number

v1.0

The number of peers in the peer list that this is a candidate to be connected to.

connections_limit: number

v1.0

The set limit of number of connections for this torrent.

current_tracker: string

v1.0

The URL of the last working tracker. If no tracker request has been successful yet, it is set to an empty string.

distributed_copies: number

v1.0

The number of distributed copies of the torrent. This is a floating point representation where the integer part tells how many copies there are of the rarest piece(s) and the fractional part is the fraction of pieces that have more copies than the rarest piece(s).

down_bandwidth_queue: number

v1.0

The number of peers in this torrent that are waiting for more download bandwidth quota from the torrent rate limiter.

download_limit: number

v1.0

download_payload_rate: number

v1.0

download_rate: number

v1.0

finished_duration: number

v1.0

handle: LtTorrentHandle

v1.0

has_incoming: boolean

v1.0

has_metadata: boolean

v1.0

info_hash: LtInfoHash

v1.0

is_finished: boolean

v1.0

is_seeding: boolean

v1.0

last_download: number

v1.0

last_upload: number

v1.0

list_peers: number

v1.0

list_seeds: number

v1.0

moving_storage: boolean

v1.0

name: string

v1.0

next_announce: number

v1.0

num_complete: number

v1.0

num_connections: number

v1.0

num_incomplete: number

v1.0

num_peers: number

v1.0

num_pieces: number

v1.0

num_seeds: number

v1.0

num_uploads: number

v1.0

progress: number

v1.0

queue_position: number

v1.0

save_path: string

v1.0

seed_rank: number

v1.0

seeding_duration: number

v1.0

torrent_file: LtTorrentInfo

v1.0

total: number

v1.0

total_done: number

v1.0

total_download: number

v1.0

total_failed_bytes: number

v1.0

total_payload_download: number

v1.0

total_payload_upload: number

v1.0

total_redundant_bytes: number

v1.0

total_wanted: number

v1.0

total_wanted_done: number

v1.0

total_upload: number

v1.0

up_bandwidth_queue: number

v1.0

upload_payload_rate: number

v1.0

upload_limit: number

v1.0

uploads_limit: number

v1.0