SPSolutionResourceUsageAggregatorSum Members
Include Protected Members
Include Inherited Members
Represents a resource usage aggregator used to sum up the resource usage of a solution over time.
The SPSolutionResourceUsageAggregatorSum type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSolutionResourceUsageAggregatorSum | Initializes a new instance of the SPSolutionResourceUsageAggregatorSum 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 SPSolutionResourceUsageAggregatorSum. (Overrides SPSolutionResourceUsageAggregatorCount.GetAggregatedRecord().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top