-
Notifications
You must be signed in to change notification settings - Fork 3
TorrentGenericProperties
Torrent generic properties.
public struct TorrentGenericProperties: Decodable Decodable
Torrent save path.
public let savePath: StringTorrent total size (bytes).
public let totalSize: Int64Total data downloaded for torrent (bytes).
public let totalDownloaded: Int64Total data uploaded for torrent (bytes).
public let totalUploaded: Int64Torrent download speed (bytes/second).
public let downloadSpeed: Int64Torrent download limit (bytes/s).
public let downloadSpeedLimit: Int64Torrent average download speed (bytes/second).
public let downloadSpeedAvg: Int64Torrent upload speed (bytes/second).
public let uploadSpeed: Int64Torrent upload limit (bytes/s).
public let uploadSpeedLimit: Int64Torrent average upload speed (bytes/second).
public let uploadSpeedAvg: Int64Torrent ETA (seconds).
public let eta: IntNumber of seeds connected to.
public let seeds: IntNumber of seeds in the swarm.
public let seedsTotal: IntNumber of peers connected to.
public let peers: IntNumber of peers in the swarm.
public let peersTotal: IntTorrent comment.
public let comment: StringTorrent elapsed time (seconds).
public let timeElapsed: IntTorrent share ratio.
public let shareRatio: FloatWhen this torrent was added (unix timestamp).
public let additionDate: Int64Torrent elapsed time while complete (seconds).
public let seedingTime: IntGenerated at 2022-06-10T12:18:58+0000 using swift-doc 1.0.0-rc.1.
Types
- AddTorrentConfiguration
- AddTorrentConfiguration.Management
- AppPreferences
- BasicAuthCredentials
- Semver
- TorrentCategory
- TorrentContent
- TorrentContent.Priority
- TorrentGenericProperties
- TorrentInfo
- TorrentState
- qBittorrentWebAPI
- qBittorrentWebAPI.Authentication
- qBittorrentWebAPI.Scheme
- qBittorrentWebAPIError