Class GetHistogramCommandSettings
Get a Chrome histogram by name.
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
If true, retrieve delta since last delta call.
[JsonPropertyName("delta")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Delta { get; set; }
Property Value
- bool?
Name
Requested histogram name.
[JsonPropertyName("name")]
public string Name { get; set; }