StartSamplingRequest

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

Request object containing input parameters for the MemoryDomain.startSampling command.

Constructors

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

Types

Link copied to clipboard
class Builder

A builder for StartSamplingRequest, which allows setting the optional parameters of the MemoryDomain.startSampling command via a lambda.

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.