PipeBatchArrayProperties

data class PipeBatchArrayProperties(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.