Index of the file, starting at 1, in the same order as files appear in the multi-file torrent.
File size in bytes.
File path.
true
if this file is selected by --select-file
option. If --select-file
is not specified or this is single-file torrent or not a torrent download at all, this value is always true
. Otherwise false
.
Returns a list of URIs for this file. The element type is the same struct used in the aria2.getUris()
method.
Generated using TypeDoc
Completed length of this file in bytes. Please note that it is possible that sum of
completedLength
is less than thecompletedLength
returned by thearia2.tellStatus()
method. This is because completedLength inaria2.getFiles()
only includes completed pieces. On the other hand, completedLength inaria2.tellStatus()
also includes partially completed pieces.