API Reference
Class
JsonReportConfig
Options controlling JSON report generation.
Inheritance
- Object
- JsonReportConfig
Constructors
public JsonReportConfig() #Inherited Methods
Properties
public String FilePath { get; set; } #Optional output path for the JSON report; overrides default when set.
public Nullable<Boolean> IncludeTests { get; set; } #Include per-test details (name/status/message) for each rule. Default: true.
public Nullable<Boolean> IncludeMessages { get; set; } #Include PowerShell information/warnings/errors captured per rule. Default: true.
public Nullable<Boolean> IncludeTelemetry { get; set; } #Include execution telemetry (wall time, CPU time, memory) per rule. Default: true.
public Nullable<Boolean> IncludeCrosswalk { get; set; } #Include crosswalk coverage snapshot per rule. Default: true.
public Nullable<Boolean> IncludeLinks { get; set; } #Include rule link metadata. Default: true.