API Reference
IdentityExposureEdgeImpactRow
Summary row describing the impact of removing an exposure edge from cheapest zone paths.
Inheritance
- Object
- IdentityExposureEdgeImpactRow
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 IdentityExposureEdgeImpactRow() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Source { get; set; } #Source object display name for the edge.
public String Relationship { get; set; } #Relationship label.
public String Target { get; set; } #Target object display name for the edge.
public Int32 Cost { get; set; } #Relationship cost.
public Int32 AffectedPathCount { get; set; } #Number of cheapest zone paths that use this edge.
public Int32 BlockedPathCount { get; set; } #Number of affected paths that no longer reach a zone if this edge is removed.
public Int32 IncreasedCostPathCount { get; set; } #Number of affected paths that still reach a zone but with higher cost.
public Int32 AffectedSourceCount { get; set; } #Number of distinct source objects affected.
public Int32 AffectedTargetCount { get; set; } #Number of distinct zone targets affected in the baseline paths.
public Int32 OriginalTotalCost { get; set; } #Total baseline cost across affected paths.
public Int32 ReplacementTotalCost { get; set; } #Total replacement cost across affected paths that still resolve.
public Int32 CostIncrease { get; set; } #Increase in replacement cost for paths that still resolve.