biocypher._get.FileDownload
- class biocypher._get.FileDownload(name: str, url_s: str | list[str], lifetime: int = 0, is_dir: bool = False)
- __init__(name: str, url_s: str | list[str], lifetime: int = 0, is_dir: bool = False)
Represents basic information for a File Download.
- Parameters:
name (str) – The name of the File Download.
url_s (str|list[str]) – The URL(s) of the File Download.
lifetime (int) – The lifetime of the File Download in days. If 0, the File Download is cached indefinitely.
is_dir (bool) – Whether the URL points to a directory or not.
Methods
__init__
(name, url_s[, lifetime, is_dir])Represents basic information for a File Download.