RuleBatchArrayProperties

data class RuleBatchArrayProperties(val size: Int? = null)

Constructors

Link copied to clipboard
constructor(size: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val size: Int? = null

The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.