SPTimerJobUsageEntry members
Encapsulates usage data logged for timer jobs.
The SPTimerJobUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPTimerJobUsageEntry |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CorrelationId | (Inherited from SPUsageEntry.) |
![]() |
CPUDuration | CPU milliseconds |
![]() |
CPUMCycles | CPU megacycles |
![]() |
Duration | Gets or sets and integer value representing the amount of time in milliseconds that it takes for the timer job to execute. |
![]() |
EndTime | Gets or sets a value that specifies the date and time that a timer job was completed. |
![]() |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) |
![]() |
JobId | Gets or sets a value that uniquely identifies the timer job. |
![]() |
JobTitle | Gets or sets a value specifying the human-readable title of the timer job. |
![]() |
MachineName | (Inherited from SPUsageEntry.) |
![]() |
ManagedMemoryBytes | Managed Memory bytes |
![]() |
ManagedMemoryBytesLOH | Managed Memory Large Object Heap bytes |
![]() |
ParentInstanceName | (Inherited from SPUsageEntry.) |
![]() |
ParentType | Gets the data type of the derived SPUsageDefinition object that is associated with this usage entry. (Overrides SPUsageEntry.ParentType.) |
![]() |
ParentTypeGuid | (Inherited from SPUsageEntry.) |
![]() |
QueryCount | Gets or sets an integer value representing the total number of database queries that are generated during the execution of a timer job. |
![]() |
QueryDurationSum | The sum of the duration in milliseconds of all database queries that are generated during execution of the timer job. |
![]() |
RequestCount | Gets or sets the number of SPRequest objects (Microsoft.SharePoint.Library.SPRequest) associated with the timer job. |
![]() |
ServerId | Gets or sets a value that uniquely identfies the server on which the timer job executed. |
![]() |
ServiceCallCount | Gets or sets a value representing the number of service application calls that are generated during the execution of the timer job. |
![]() |
ServiceCallDurationSum | Gets or sets a value representing the sum of the duration (in milliseconds) of all of service application calls that are sent generated the execution of the timer job, expressed as milliseconds. |
![]() |
ServiceId | Gets or sets a value that uniquely identifies the SPService instance that is associated with the timer job. |
![]() |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) |
![]() |
StartTime | Gets or sets a value representing the date and time that a given timer job started. This entry is logged for every timer job that is executed. |
![]() |
Status | Gets or sets a value from the SPRunningJobStatus enumeration that specifies the status of the timer job. |
![]() |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.) |
![]() |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPUsageEntry.) |
![]() |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) |
![]() |
WebApplicationId | Gets or sets the unique identifier of the Web application that is associated with the timer job. |
![]() |
WebApplicationName | Gets or sets the name of the Web application that is associated with the timer job. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseObjectData | (Inherited from SPUsageEntry.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ISerializableUsageEntry.GetObjectData | Deserializes and populates the object instance with the object properties and property values. |
Top