Batch

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard