JobSample

data class JobSample(val mode: JobSampleMode? = null, val size: Int? = null)

Job Sample

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: JobSampleMode? = null

A value that determines whether the profile job is run on the entire dataset or a specified number of rows. This value must be one of the following:

Link copied to clipboard
val size: Int? = null

The Size parameter is only required when the mode is CUSTOM_ROWS. The profile job is run on the specified number of rows. The maximum value for size is Long.MAX_VALUE. Long.MAX_VALUE = 9223372036854775807