pub fn copy_batch_check<'a>(
client: &'a impl UserAuthClient,
arg: &'a PollArg,
) -> impl Future<Output = Result<RelocationBatchJobStatus, Error<PollError>>> + Send + 'a
👎Deprecated: replaced by copy_batch_check_v2
Available on crate features
async_routes
and dbx_files
only.Expand description
Returns the status of an asynchronous job for copy_batch()
. If
success, it returns list of results for each entry.