kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Memory
/
StartSamplingParameter
Start
Sampling
Parameter
@
Serializable
data
class
StartSamplingParameter
(
val
samplingInterval
:
Int
?
=
null
,
val
suppressRandomness
:
Boolean
?
=
null
)
Members
Constructors
Start
Sampling
Parameter
Link copied to clipboard
constructor
(
samplingInterval
:
Int
?
=
null
,
suppressRandomness
:
Boolean
?
=
null
)
Properties
sampling
Interval
Link copied to clipboard
val
samplingInterval
:
Int
?
=
null
Average number of bytes between samples.
suppress
Randomness
Link copied to clipboard
val
suppressRandomness
:
Boolean
?
=
null
Do not randomize intervals between samples.