Class GetHistogramCommandSettings
GetHistogram
public sealed class GetHistogramCommandSettings : ICommand
- Inheritance
-
GetHistogramCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Delta
Gets or sets the delta
[JsonPropertyName("delta")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Delta { get; set; }
Property Value
- bool?
Name
Gets or sets the name
[JsonPropertyName("name")]
public string Name { get; set; }