Function get_file_lock_batch

Source
pub fn get_file_lock_batch<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a LockFileBatchArg,
) -> impl Future<Output = Result<LockFileBatchResult, Error<LockFileError>>> + Send + 'a
Available on crate features async_routes and dbx_files only.
Expand description

Return the lock metadata for the given list of paths.