TorrentSetRequestArgsDefine mixin
- Mixin applications
Properties
- bandwidthPriority → num?
-
Gets the bandwidth priority of the torrent.
no setter
- downloadLimit → num?
-
Gets the maximum download speed of the torrent (in KBps).
no setter
- downloadLimited → bool?
-
Indicates whether the download limit is honored.
no setter
- filesUnwanted → FileIndices?
-
Gets the indices of unwanted files.
no setter
- filesWanted → FileIndices?
-
Gets the indices of wanted files.
no setter
- group → String?
-
Gets the name of the torrent's bandwidth group.
(new in rpc-version 17)
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- honorsSessionLimits → bool?
-
Indicates whether session upload limits are honored.
no setter
-
ids
→ TorrentIds<
TorrentId> -
Gets the IDs of torrents.
no setter
-
labels
→ List<
String> ? -
Gets the array of string labels.
(new in rpc-version 16)
no setter
- location → String?
-
Gets the location of the torrent's content.
no setter
- peerLimit → num?
-
Gets the maximum number of peers.
no setter
- priorityHigh → FileIndices?
-
Gets the indices of high-priority files.
no setter
- priorityLow → FileIndices?
-
Gets the indices of low-priority files.
no setter
- priorityNormal → FileIndices?
-
Gets the indices of normal-priority files.
no setter
- queuePosition → num?
-
Gets the position of the torrent in its queue.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seedIdleLimit → num?
-
Gets the torrent-level number of minutes of seeding inactivity.
no setter
- seedIdleMode → IdleLimitMode?
-
Gets the seeding inactivity mode.
no setter
- seedRatioLimit → num?
-
Gets the torrent-level seeding ratio limit.
no setter
- seedRatioMode → RatioLimitMode?
-
Gets the seeding ratio mode.
no setter
- sequentialDownload → bool?
-
Indicates whether to download torrent pieces sequentially.
(new in rpc-version 19)
no setter
-
trackerAdd
→ List<
String> ? -
Deprecated in rpc-version>=17, use trackerList instead.
Gets the list of tracker URLs to add.
no setter
- trackerList → TrackerListIter?
-
Gets the list of tracker URLs.
(new in rpc-version 17)
no setter
-
trackerRemove
→ List<
TrackerId> ? -
Deprecated in rpc-version>=17, use trackerList instead.
Gets the list of trackers to remove.
no setter
-
trackerReplace
→ List<
TrackerReplace> ? -
Deprecated in rpc-version>=17, use trackerList instead.
Gets the list of trackers to replace.
no setter
- uploadLimit → num?
-
Gets the maximum upload speed of the torrent (in KBps).
no setter
- uploadLimited → bool?
-
Indicates whether the upload limit is honored.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited