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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET