API Reference
Class
BenchmarkCompositionResult
Contains deterministic composition decisions for a discovered target topology.
Inheritance
- Object
- BenchmarkCompositionResult
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 BenchmarkCompositionResult() #Inherited Methods
Properties
public String PolicyId { get; set; } #Gets or sets the exact composition policy identifier.
public String PolicyHash { get; set; } #Gets or sets the exact composition policy hash.
public List<BenchmarkCompositionAssignment> Assignments { get; set; } #Gets or sets resolved assignments and gated matches.
public List<String> UnassignedTargetIds { get; set; } #Gets or sets non-fatal targets for which no benchmark rule matched.