Skip to content

Fileclient

Classes

FileClient

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

The scope of the file.

TYPE: str

lfn

The LFN

TYPE: str

RETURNS DESCRIPTION
List of replicas.

Functions