Class RestEndpointGovernanceSuppressionSummaryDescriptor
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes one grouped suppression-rule outcome within a rule-centric REST governance summary.
public sealed class RestEndpointGovernanceSuppressionSummaryDescriptorInheritance
Section titled “Inheritance”object ← RestEndpointGovernanceSuppressionSummaryDescriptor
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”RestEndpointGovernanceSuppressionSummaryDescriptor(string, IReadOnlyList<string>?, IReadOnlyList<string>?, IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>?)
Section titled “ RestEndpointGovernanceSuppressionSummaryDescriptor(string, IReadOnlyList<string>?, IReadOnlyList<string>?, IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>?)”Creates a grouped suppression-rule summary.
public RestEndpointGovernanceSuppressionSummaryDescriptor(string ruleId, IReadOnlyList<string>? matchedCandidateIds = null, IReadOnlyList<string>? suppressedCandidateIds = null, IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>? selectionBasisSummaries = null)Parameters
Section titled “Parameters”ruleId string
The stable host-level suppression-rule identifier summarized by this entry.
matchedCandidateIds IReadOnlyList<string>?
The ordered candidate identifiers that matched this suppression rule before one winner was selected.
suppressedCandidateIds IReadOnlyList<string>?
The ordered candidate identifiers that this suppression rule ultimately suppressed.
selectionBasisSummaries IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>?
The grouped decisive selection-basis buckets for the candidates this suppression rule ultimately suppressed.
Properties
Section titled “Properties”MatchedCandidateIds
Section titled “ MatchedCandidateIds”Gets the ordered candidate identifiers that matched this suppression rule before one winner was selected.
public IReadOnlyList<string> MatchedCandidateIds { get; }Property Value
Section titled “Property Value”RuleId
Section titled “ RuleId”Gets the stable host-level suppression-rule identifier summarized by this entry.
public string RuleId { get; }Property Value
Section titled “Property Value”SelectionBasisSummaries
Section titled “ SelectionBasisSummaries”Gets the grouped decisive selection-basis buckets for the candidates this suppression rule ultimately suppressed.
public IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor> SelectionBasisSummaries { get; }Property Value
Section titled “Property Value”IReadOnlyList<RestEndpointGovernanceSelectionBasisSummaryDescriptor>
SuppressedCandidateIds
Section titled “ SuppressedCandidateIds”Gets the ordered candidate identifiers that this suppression rule ultimately suppressed.
public IReadOnlyList<string> SuppressedCandidateIds { get; }