RemoteRef
-
class RemoteRef(**properties: Any)
Superclasses: Ref
, Object
- Constructors:
Methods
-
class RemoteRef
-
get_download_size() → int
Returns the download size of the ref.
-
get_eol() → str
Returns the end-of-life reason string, or None
if the
ref is not end-of-lifed.
-
get_eol_rebase() → str
Returns the end-of-life rebased ref, or None
if the
ref is not end-of-lifed.
-
get_installed_size() → int
Returns the installed size of the ref.
-
get_metadata() → Bytes | None
Returns the app metadata from the metadata cache of the ref.
-
get_remote_name() → str
Gets the remote name of the ref.
Properties
-
class RemoteRef
-
props.download_size: int
The type of the None singleton.
-
props.end_of_life: str
The type of the None singleton.
-
props.end_of_life_rebase: str
The type of the None singleton.
-
props.installed_size: int
The type of the None singleton.
-
props.metadata: Bytes
The type of the None singleton.
-
props.remote_name: str
The type of the None singleton.
Fields
-
class RemoteRef
-
parent