Batch

data class Batch(@DefaultValue(value = ["128"]) var concurrency: Int = 128, @DefaultValue(value = ["4"]) var prefetch: Int = 4)

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["128"]) concurrency: Int = 128, @DefaultValue(value = ["4"]) prefetch: Int = 4)

Properties

Link copied to clipboard
Link copied to clipboard