StartSamplingParameter

@Serializable
data class StartSamplingParameter(val samplingInterval: Int? = null, val suppressRandomness: Boolean? = null)

Constructors

Link copied to clipboard
constructor(samplingInterval: Int? = null, suppressRandomness: Boolean? = null)

Properties

Link copied to clipboard
val samplingInterval: Int? = null

Average number of bytes between samples.

Link copied to clipboard

Do not randomize intervals between samples.