Represents information retrieved from the .torrent (file).
System.Collections.Generic.IReadOnlyList<string[]>? AnnounceListList of lists of announce URIs. If the torrent contains announce and no announce-list, announce is converted to the announce-list format.
JSON key:
announceList
string CommentThe comment of the torrent. comment.utf-8 is used if available.
JSON key:
comment
long CreationDateThe creation date of the torrent. The value is an integer since the epoch, measured in seconds.
JSON key:
creationDate
TorrentModeOptions ModeFile mode of the torrent.
JSON key:
mode
Aria2TorrentInfo InfoContains data from Info dictionary.
JSON key:
info