IMetricSeriesConfiguration Interface
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.
Abstraction for the configuration of a metric series. The configuration is a factory that can produce an arbitrary aggregator to be used by the respective series.
public interface IMetricSeriesConfiguration : IEquatable<Microsoft.ApplicationInsights.Metrics.IMetricSeriesConfiguration>
type IMetricSeriesConfiguration = interface
interface IEquatable<IMetricSeriesConfiguration>
Public Interface IMetricSeriesConfiguration
Implements IEquatable(Of IMetricSeriesConfiguration)
- Derived
- Implements
Properties
RequiresPersistentAggregation |
Gets a value indicating whether the aggrgator produced by this settings object is persistent (carries state across aggregation periods) or not. |
Methods
CreateNewAggregator(MetricSeries, MetricAggregationCycleKind) |
Create an aggregator for any series configured by this confuguration object. |
Applies to
Azure SDK for .NET