Enum BenchmarkReportDetailLevel
Specifies how much detail should be included in benchmark reports.
public enum BenchmarkReportDetailLevel
Fields
Detailed = 1Include additional structured breakdowns when available (for example, category-level metrics).
Summary = 0Include only high-level summary metrics.