getChunk

abstract suspend fun <T> getChunk(input: GetChunkRequest, block: suspend (GetChunkResponse) -> T): T

Gets the specified object's chunk.