API Reference
AdmxExplorerBundleValidationResult
Result of validating a split ADMX explorer bundle generated for static consumers.
Inheritance
- Object
- AdmxExplorerBundleValidationResult
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
Constructors
public AdmxExplorerBundleValidationResult() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Boolean IsValid { get; set; } #True when no error-severity issues were discovered.
public String BundleRootPath { get; set; } #Resolved bundle root directory used for validation.
public String ManifestPath { get; set; } #Resolved manifest path used for validation.
public String SearchIndexPath { get; set; } #Relative path from the bundle root to the search index, when known.
public String PrimaryLanguage { get; set; } #Preferred language advertised by the bundle, when available.
public String BundleModeName { get; set; } #Bundle mode name advertised by the manifest, when available.
public Int32 DeclaredSourceCount { get; set; } #Number of source payloads declared in the manifest.
public Int32 ActualSourcePayloadCount { get; set; } #Number of source payload JSON files successfully loaded during validation.
public Int32 DeclaredPolicyCount { get; set; } #Number of policies declared by bundle statistics, when available.
public Int32 ActualPayloadPolicyCount { get; set; } #Number of policies observed across loaded source payloads.
public Int32 DeclaredSearchEntryCount { get; set; } #Number of search entries declared by the manifest.
public Int32 IndexedSearchEntryCount { get; set; } #Number of search entries declared inside the search index metadata.
public Int32 ActualSearchEntryCount { get; set; } #Number of actual search entry objects present in the search index payload.
public IReadOnlyList<AdmxExplorerBundleValidationIssue> Issues { get; set; } #Issues discovered during validation.