Table of Contents

Interface IMetricAlert

Namespace
PushTechnology.ClientInterface.Client.Features.Metrics
Assembly
Diffusion.Client.dll

Description of a metric alert.

public interface IMetricAlert

Remarks

Since 6.12.

Properties

Name

The name of the metric alert.

string Name { get; set; }

Property Value

string

The name of the metric alert.

Principal

The principal associated with the metric alert.

string Principal { get; set; }

Property Value

string

The principal associated with the metric alert.

Specification

The specification of the metric alert.

string Specification { get; set; }

Property Value

string

The specification of the metric alert.