pub fn generate_batch_id_range( id: Id<'_>, len: u64, ) -> Result<Range<u64>, Error>
client
Generate a range of IDs to be used in a batch request.