TorrentProperties
@Serializable
Constructors
Link copied to clipboard
constructor(savePath: String, creationDate: Long, pieceSize: Long, comment: String, totalWasted: Long, totalUploaded: Long, totalUploadedSession: Long, totalDownloaded: Long, totalDownloadedSession: Long, upLimit: Long, dlLimit: Long, timeElapsed: Long, seedingTime: Long, nbConnections: Int, nbConnectionsLimit: Int, shareRatio: Float, additionDate: Long, completionDate: Long, createdBy: String, dlSpeedAvg: Long, dlSpeed: Long, eta: Long, lastSeen: Long, peers: Int, peersTotal: Int, piecesHave: Int, piecesNum: Int, reannounce: Long, seeds: Int, seedsTotal: Int, totalSize: Long, upSpeedAvg: Long, upSpeed: Long)
Properties
Link copied to clipboard
When this torrent was added (unix timestamp)
Link copied to clipboard
Torrent completion date (unix timestamp)
Link copied to clipboard
Torrent creation date (Unix timestamp)
Link copied to clipboard
Torrent average download speed (bytes/second)
Link copied to clipboard
Torrent connection count
Link copied to clipboard
Torrent connection count limit
Link copied to clipboard
Number of peers in the swarm
Link copied to clipboard
Number of pieces owned
Link copied to clipboard
Number of seconds until the next announce
Link copied to clipboard
Torrent elapsed time while complete (seconds)
Link copied to clipboard
Number of seeds in the swarm
Link copied to clipboard
Torrent share ratio
Link copied to clipboard
Torrent elapsed time (seconds)
Link copied to clipboard
Total data downloaded for torrent (bytes)
Link copied to clipboard
Total data downloaded this session (bytes)
Link copied to clipboard
Total data uploaded for torrent (bytes)
Link copied to clipboard
Total data uploaded this session (bytes)
Link copied to clipboard
Total data wasted for torrent (bytes)
Link copied to clipboard
Torrent average upload speed (bytes/second)