FileClient(
rucio_host=None,
auth_host=None,
account=None,
ca_cert=None,
auth_type=None,
creds=None,
timeout=600,
user_agent="rucio-clients",
vo=None,
logger=LOG,
)
Dataset client class for working with dataset
Functions
list_file_replicas
list_file_replicas(scope, lfn)
List file replicas.
PARAMETER |
DESCRIPTION |
scope
|
TYPE:
str
|
lfn
|
TYPE:
str
|
RETURNS |
DESCRIPTION |
list[dict[str, Any]]
|
|