Class StartSamplingCommandSettings
StartSampling
public sealed class StartSamplingCommandSettings : ICommand
- Inheritance
-
StartSamplingCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SamplingInterval
Gets or sets the samplingInterval
[JsonPropertyName("samplingInterval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SamplingInterval { get; set; }
Property Value
- long?
SuppressRandomness
Gets or sets the suppressRandomness
[JsonPropertyName("suppressRandomness")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? SuppressRandomness { get; set; }
Property Value
- bool?