SPSolutionResourceUsageAggregatorTimeWeightedMean Members
Include Protected Members
Include Inherited Members
Represents a resource usage aggregator used to calculate a weighted mean based on the length of time for each usage record.
The SPSolutionResourceUsageAggregatorTimeWeightedMean type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSolutionResourceUsageAggregatorTimeWeightedMean | Initializes a new instance of the SPSolutionResourceUsageAggregatorTimeWieghtedMean 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 SPSolutionResourceUsageAggregatorTimeWeightedMean. (Overrides SPSolutionResourceUsageAggregatorCount.GetAggregatedRecord().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top