SPSolutionResourceUsageRecord Members
Include Protected Members
Include Inherited Members
Represents a unit of usage for a resource associated with a solution in a site collection.
The SPSolutionResourceUsageRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSolutionResourceUsageRecord | Initializes a new instance of the SPSolutionResourceUsageRecord class. |
Top
Properties
Name | Description | |
---|---|---|
EndTime | Gets or sets the end time of the time interval in which the SPSolutionResourceUsageRecord information is kept. | |
ResourceId | Gets or sets the globally unique identifier (GUID) that corresponds to the SPResourceMeasure associated with the SPSolutionResourceUsageRecord in a SPResourceMeasureCollection. | |
ResourceUsage | Gets or sets the usage value of the resource tracked by the SPSolutionResourceUsageRecord. | |
SampleCount | Gets or sets the number of the samples for the resource tracked by SPSolutionResourceUsageRecord. | |
SiteId | Gets or sets the GUID of the site collection for the SPSolutionResourceUsageRecord. | |
SolutionId | Gets or sets the GUID of the solution for the SPSolutionResourceUsageRecord. | |
StartTime | Gets or sets the start time of the time interval in which the SPSolutionResourceUsageRecord information is kept. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string representation of the SPSolutionResourceUsageRecord object. (Overrides Object.ToString().) |
Top