Batch

class Batch(val offset: Int, val count: Int)

Constructors

Link copied to clipboard
constructor(offset: Int, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val offset: Int