ThresholdRuleCondition::TimeAggregation Property
Optional. How the data that is collected should be combined over time. The default value is the PrimaryAggregationType of the Metric.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
public: property Nullable<TimeAggregationOperator> TimeAggregation { Nullable<TimeAggregationOperator> get(); void set(Nullable<TimeAggregationOperator> value); }
Property Value
Type: System::Nullable<TimeAggregationOperator>
Show: