Class TracerSettings
Inheritance
System.Object
TracerSettings
Implements
System.Runtime.Serialization.IExtensibleDataObject
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public class TracerSettings : ModelBase, IExtensibleDataObject
Constructors
TracerSettings()
Declaration
Fields
Empty
Declaration
public static readonly TracerSettings Empty
Field Value
Properties
Categories
Declaration
public TracerCategory[] Categories { get; set; }
Property Value
IsResourceUsageMonitoringEnabled
Declaration
public bool IsResourceUsageMonitoringEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTracingEnabled
Declaration
public bool IsTracingEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ResourceUsageSampleRateInMs
Declaration
public int ResourceUsageSampleRateInMs { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ResourceUsageSummaryIntervalInMs
Declaration
public int ResourceUsageSummaryIntervalInMs { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TracingPath
Declaration
public string TracingPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
System.Runtime.Serialization.IExtensibleDataObject