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