UserPython Client APITouchClientOn this pageTouchClienttouch Sends a touch trace for a given file or dataset.Arguments:scope: the scope of the file/dataset to update.name: the name of file/dataset to update.rse: optional parameter if a specific replica should be touched.Raises:DataIdentifierNotFound: if given dids does not exist.RSENotFound: if rse is not None and given rse does not exist.UnsupportedDIDType: if type of the given DID is not FILE or DATASET.RucioException: if trace could not be sent successfully.