API Reference
Class
UsageTelemetryQuickReportResult
Captures the synthesized usage records and cache statistics produced by a quick scan.
Inheritance
- Object
- UsageTelemetryQuickReportResult
Constructors
public UsageTelemetryQuickReportResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public List<UsageEventRecord> Events { get; } #Gets the merged usage records produced from the scanned artifacts.
public Int32 RootsConsidered { get; set; } #Gets or sets the number of source roots considered by the scan.
public Int32 ArtifactsParsed { get; set; } #Gets or sets the number of artifacts parsed from disk.
public Int32 ArtifactsReused { get; set; } #Gets or sets the number of artifacts reused from the quick-scan cache.
public Boolean ArtifactBudgetReached { get; set; } #Gets or sets a value indicating whether the artifact cap stopped the scan early.