API Reference
Class
IdentityExposureChartSummary
Renderer-neutral chart summary counts.
Inheritance
- Object
- IdentityExposureChartSummary
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 IdentityExposureChartModel.Summary
Constructors
public IdentityExposureChartSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 NodeCount { get; set; } #Total graph node count.
public Int32 EdgeCount { get; set; } #Total graph edge count.
public Int32 CollectorCount { get; set; } #Number of collectors represented by included edges.
public Int32 ZoneCount { get; set; } #Number of security zones.
public Int32 PathCount { get; set; } #Number of costed paths included.
public Int32 ZeroCostPathCount { get; set; } #Number of zero-cost paths included.
public Int32 AlternatePathCount { get; set; } #Number of alternate ranked paths included.
public Int32 RiskReductionCandidateCount { get; set; } #Number of risk reduction candidates included.
public Int32 EdgeImpactCandidateCount { get; set; } #Number of edge impact candidates included.
public Int32 ZoneIsolationCount { get; set; } #Number of zone isolation rows included.
public Int32 DiagnosticCount { get; set; } #Number of diagnostics included.