MetricConfigurationForMeasurement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A configuration for a metric that uses the Measurement aggregation kind. A measurement contains the Min, Max, Sum and Count of the values tracked over any given aggregation time period.
public sealed class MetricConfigurationForMeasurement : Microsoft.ApplicationInsights.Metrics.MetricConfiguration
type MetricConfigurationForMeasurement = class
inherit MetricConfiguration
Public NotInheritable Class MetricConfigurationForMeasurement
Inherits MetricConfiguration
- Inheritance
Constructors
MetricConfigurationForMeasurement(Int32, IEnumerable<Int32>, MetricSeriesConfigurationForMeasurement) |
Creates a new instance of |
MetricConfigurationForMeasurement(Int32, Int32, MetricSeriesConfigurationForMeasurement) |
Creates a new instance of |
Properties
SeriesConfig |
Gets the configuration for how each series of this metric should be aggregated. (Inherited from MetricConfiguration) |
SeriesCountLimit |
Gets how many data time series a metric can contain as a maximum.
Once this limit is reached, calls to |
Methods
Equals(MetricConfiguration) |
Gets whether tho objects describe identical configuration. (Inherited from MetricConfiguration) |
Equals(Object) |
Gets whether tho objects describe identical configuration. (Inherited from MetricConfiguration) |
GetHashCode() |
Gets the Hash Code for this object. (Inherited from MetricConfiguration) |
GetValuesPerDimensionLimit(Int32) |
Gets the maximum number of distinct values for a dimension identified by the specified 1-based dimension index. (Inherited from MetricConfiguration) |
Applies to
Azure SDK for .NET