Class SetSamplingIntervalCommandSettings
SetSamplingInterval
public sealed class SetSamplingIntervalCommandSettings : ICommand
- Inheritance
-
SetSamplingIntervalCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Interval
Gets or sets the interval
[JsonPropertyName("interval")]
public long Interval { get; set; }