Table of Contents

Interface IMetricSeriesConfiguration

Namespace
Microsoft.ApplicationInsights.Metrics
Assembly
Microsoft.ApplicationInsights.dll
public interface IMetricSeriesConfiguration : IEquatable<IMetricSeriesConfiguration>
Inherited Members
Extension Methods

Properties

RequiresPersistentAggregation

bool RequiresPersistentAggregation { get; }

Property Value

bool

Methods

CreateNewAggregator(MetricSeries, MetricAggregationCycleKind)

IMetricSeriesAggregator CreateNewAggregator(MetricSeries dataSeries, MetricAggregationCycleKind aggregationCycleKind)

Parameters

dataSeries MetricSeries
aggregationCycleKind MetricAggregationCycleKind

Returns

IMetricSeriesAggregator