Share via


MetricSeriesConfigurationForMeasurement(Boolean) Constructor

Definition

CReates a new configuration.

public MetricSeriesConfigurationForMeasurement (bool restrictToUInt32Values);
new Microsoft.ApplicationInsights.Metrics.MetricSeriesConfigurationForMeasurement : bool -> Microsoft.ApplicationInsights.Metrics.MetricSeriesConfigurationForMeasurement
Public Sub New (restrictToUInt32Values As Boolean)

Parameters

restrictToUInt32Values
Boolean

Whether only integer numbers should be tracked (used for some integer-optimized backends).

Applies to