Class StartSamplingCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V141.HeapProfiler
- Assembly
- WebDriver.dll
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
IncludeObjectsCollectedByMajorGC
Gets or sets the includeObjectsCollectedByMajorGC
[JsonPropertyName("includeObjectsCollectedByMajorGC")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeObjectsCollectedByMajorGC { get; set; }Property Value
- bool?
IncludeObjectsCollectedByMinorGC
Gets or sets the includeObjectsCollectedByMinorGC
[JsonPropertyName("includeObjectsCollectedByMinorGC")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeObjectsCollectedByMinorGC { get; set; }Property Value
- bool?
SamplingInterval
Gets or sets the samplingInterval
[JsonPropertyName("samplingInterval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? SamplingInterval { get; set; }