SPSolutionResourceUsageAggregatorMean Members
Include Protected Members
Include Inherited Members
Represents a resource usage aggregator used to calculate evenly-weighted usage data of a solution over time.
The SPSolutionResourceUsageAggregatorMean type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSolutionResourceUsageAggregatorMean | Initializes a new instance of the SPSolutionResourceUsageAggregatorMean class. |
Top
Properties
Name | Description | |
---|---|---|
AggregatedRecord | Gets or sets the aggregated usage records. (Inherited from SPSolutionResourceUsageAggregatorCount.) | |
RecordCount | Gets the number of records processed. (Inherited from SPSolutionResourceUsageAggregatorCount.) |
Top
Methods
Name | Description | |
---|---|---|
AggregateRecord | Aggregates the specified usage record into the aggregation result. (Overrides SPSolutionResourceUsageAggregatorCount.AggregateRecord(SPSolutionResourceUsageRecord).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAggregatedRecord | Gets the aggregation result of the SPSolutionResourceUsageAggregatorMean. (Overrides SPSolutionResourceUsageAggregatorCount.GetAggregatedRecord().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top