Interface IMetricAlert

Description of a metric alert.

Namespace: PushTechnology.ClientInterface.Client.Features.Metrics
Assembly: Diffusion.Client.dll
Syntax
public interface IMetricAlert
Remarks

Since 6.12.

Properties

Name

The name of the metric alert.

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

The name of the metric alert.

Principal

The principal associated with the metric alert.

Declaration
string Principal { get; set; }
Property Value
Type Description
System.String

The principal associated with the metric alert.

Specification

The specification of the metric alert.

Declaration
string Specification { get; set; }
Property Value
Type Description
System.String

The specification of the metric alert.

Back to top