Class GetHistogramsCommandSettings
GetHistograms
public sealed class GetHistogramsCommandSettings : ICommand- Inheritance
- 
      
      GetHistogramsCommandSettings
- 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?
Query
Gets or sets the query
[JsonPropertyName("query")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Query { get; set; }