Class StartCommandSettings
Start
public sealed class StartCommandSettings : ICommand
- Inheritance
-
StartCommandSettings
- Implements
- Inherited Members
Properties
BufferUsageReportingInterval
Gets or sets the bufferUsageReportingInterval
[JsonPropertyName("bufferUsageReportingInterval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? BufferUsageReportingInterval { get; set; }
Property Value
Categories
Gets or sets the categories
[JsonPropertyName("categories")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Categories { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Options
Gets or sets the options
[JsonPropertyName("options")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Options { get; set; }
Property Value
PerfettoConfig
Gets or sets the perfettoConfig
[JsonPropertyName("perfettoConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PerfettoConfig { get; set; }
Property Value
StreamCompression
Gets or sets the streamCompression
[JsonPropertyName("streamCompression")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamCompression? StreamCompression { get; set; }
Property Value
StreamFormat
Gets or sets the streamFormat
[JsonPropertyName("streamFormat")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamFormat? StreamFormat { get; set; }
Property Value
TraceConfig
Gets or sets the traceConfig
[JsonPropertyName("traceConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TraceConfig TraceConfig { get; set; }
Property Value
TracingBackend
Gets or sets the tracingBackend
[JsonPropertyName("tracingBackend")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public TracingBackend? TracingBackend { get; set; }
Property Value
TransferMode
Gets or sets the transferMode
[JsonPropertyName("transferMode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TransferMode { get; set; }