-
Notifications
You must be signed in to change notification settings - Fork 3
TorrentContent
adborbas edited this page Jun 5, 2022
·
1 revision
public struct TorrentContent: Decodable
Decodable
public init(from decoder: Decoder) throws
File name (including relative path).
public let name: String
File index.
public let index: Int
File size (bytes).
public let size: Int64
True if file is seeding/complete.
public let isSeed: Bool
File progress (percentage/100).
public let progress: Float
File priority.
public let priority: Priority
Percentage of file pieces currently available (percentage/100).
public let availability: Float
The first number is the starting piece index and the second number is the ending piece index (inclusive).
public let pieceRange: [Int]
Generated 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