MetricStreamStatisticsConfiguration class
Constructors
-
MetricStreamStatisticsConfiguration({required Input<
List< additionalStatistics, required Input<String> >List< includeMetrics})MetricStreamStatisticsConfigurationIncludeMetric> > -
Creates a new MetricStreamStatisticsConfiguration.
additionalStatisticsThe additional statistics to stream for the metrics listed inincludeMetrics.includeMetricsAn array that defines the metrics that are to have additional statistics streamed. See details below.const -
MetricStreamStatisticsConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
additionalStatistics
→ Input<
List< String> > -
The additional statistics to stream for the metrics listed in
includeMetrics.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
includeMetrics
→ Input<
List< MetricStreamStatisticsConfigurationIncludeMetric> > -
An array that defines the metrics that are to have additional statistics streamed. See details below.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited