The StatCondition type exposes the following members.

Properties

  NameDescription
Public propertyConditionType
The type of condition.
(Inherited from PolicyCondition.)
Public propertyId
The Id of the condition.
(Inherited from PolicyCondition.)
Public propertyNegated
When true, the logical result of the condition evaluation is flipped.
(Inherited from PolicyCondition.)
Public propertyOperation
An conditional operator that compares the statistic value to the matching value.
Public propertyParameters
Parameter values for the monitored statistic. The parameter keys are taken from the ParameterTypeId Id. Check the appropriate StatisticDefinition to see the required parameters.
Public propertyStatIdentifierURI
The URI of the StatisticIdentifier.
Public propertyStatValue
The value to check against the statistic.

See Also