pub fn move_batch_check_v2<'a>(
client: &'a impl UserAuthClient,
arg: &'a PollArg,
) -> impl Future<Output = Result<RelocationBatchV2JobStatus, Error<PollError>>> + Send + 'a
Available on crate features
async_routes
and dbx_files
only.Expand description
Returns the status of an asynchronous job for move_batch_v2()
.
It returns list of results for each entry.