API Reference
BenchmarkSourceReference
Records provenance and completeness information for one imported source.
Inheritance
- Object
- BenchmarkSourceReference
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property BenchmarkPack.Sources
- Method BenchmarkSourceDescriptor.ToSourceReference
Constructors
public BenchmarkSourceReference() #Inherited Methods
Properties
public String Id { get; set; } #Gets or sets the stable source identifier.
public String PageUrl { get; set; } #Gets or sets the source page URL.
public String DownloadUrl { get; set; } #Gets or sets the source download URL.
public String FileName { get; set; } #Gets or sets the source filename.
public String Sha256 { get; set; } #Gets or sets the expected SHA-256 hash.
public Int64 Size { get; set; } #Gets or sets the expected source size in bytes.
public Nullable<DateTimeOffset> UpdatedAt { get; set; } #Gets or sets the source update date.
public Int32 ProviderAdvertisedControlCount { get; set; } #Gets or sets the provider-advertised control count without imposing assumptions about provider counting semantics.
public Int32 ParsedRecommendationItemCount { get; set; } #Gets or sets the number of parsed source items associated with numbered recommendations.
public Int32 ReportedOnlyRecommendationCount { get; set; } #Gets or sets the number of numbered recommendations reported by the source metadata without a matching custom item.
public Int32 ImportedRecommendationCount { get; set; } #Gets or sets the number of recommendation controls retained by the importer.
public Int32 ParsedItemCount { get; set; } #Gets or sets the total number of source items parsed from the file.
public Int32 AccountedItemCount { get; set; } #Gets or sets the number of source items classified as checks, manual items, unsupported items, or preflight conditions.
public Int32 ApplicabilityPreflightItemCount { get; set; } #Gets or sets the number of non-recommendation applicability-preflight custom items retained in accounting.
public String Format { get; set; } #Gets or sets the source format, such as TenableAudit.