logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Transmission::Torrent::File - file within a Transmission torrent

Attributes

id
        $int = $self->id;

       This file index in the files list.

   length
        $num = $self->length;

       File size in bytes.

   name
        $str = $self->name;

   bytes_completed
        $num = $self->bytes_completed;

       Bytes downloaded.

   wanted
        $bool = $self->wanted;

       Flag which decides if this file will be downloaded or not.

   priority
        $int = $self->priority;

       Low, Normal or High, with the respectable values: -1, 0 and 1.

Author

       See Transmission::Client

perl v5.36.0                                       2022-10-16                   Transmission::Torrent::File(3pm)

License

Methods

BUILDARGS
        $hash_ref = $class->BUILDARGS(\%args);

       Convert keys in %args from "CamelCase" to "camel_case".

Name

       Transmission::Torrent::File - file within a Transmission torrent

See Also