DataSource.AggregationType Property
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.
Specifies the aggregation type. This only needs to be specified for PerfCounter.
public:
property Microsoft::SystemInsights::Common::DataAggregationType AggregationType { Microsoft::SystemInsights::Common::DataAggregationType get(); void set(Microsoft::SystemInsights::Common::DataAggregationType value); };
public Microsoft.SystemInsights.Common.DataAggregationType AggregationType { get; set; }
member this.AggregationType : Microsoft.SystemInsights.Common.DataAggregationType with get, set
Public Property AggregationType As DataAggregationType