Class TracingCompleteEventArgs
TracingComplete
public sealed class TracingCompleteEventArgs : EventArgs
- Inheritance
-
TracingCompleteEventArgs
- Inherited Members
Properties
DataLossOccurred
Gets or sets the dataLossOccurred
[JsonPropertyName("dataLossOccurred")]
public bool DataLossOccurred { get; set; }
Property Value
Stream
Gets or sets the stream
[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Stream { get; set; }
Property Value
StreamCompression
Gets or sets the streamCompression
[JsonPropertyName("streamCompression")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamCompression? StreamCompression { get; set; }
Property Value
TraceFormat
Gets or sets the traceFormat
[JsonPropertyName("traceFormat")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StreamFormat? TraceFormat { get; set; }