SPTimerJobUsageEntry Properties

Include Protected Members
Include Inherited Members

The SPTimerJobUsageEntry type exposes the following members.

Properties

  Name Description
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property Duration Gets or sets and integer value representing the amount of time in milliseconds that it takes for the timer job to execute.
Public property EndTime Gets or sets a value that specifies the date and time that a timer job was completed.
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property JobId Gets or sets a value that uniquely identifies the timer job.
Public property JobTitle Gets or sets a value specifying the human-readable title of the timer job.
Public property MachineName (Inherited from SPUsageEntry.)
Public property ParentType Gets the data type of the derived SPUsageDefinition object that is associated with this usage entry. (Overrides SPUsageEntry.ParentType.)
Public property ParentTypeGuid (Inherited from SPUsageEntry.)
Public property QueryCount Gets or sets an integer value representing the total number of database queries that are generated during the execution of a timer job.
Public property QueryDurationSum The sum of the duration in milliseconds of all database queries that are generated during execution of the timer job.
Public property RequestCount Gets or sets the number of SPRequest objects (Microsoft.SharePoint.Library.SPRequest) associated with the timer job.
Public property ServerId Gets or sets a value that uniquely identfies the server on which the timer job executed.
Public property ServiceCallCount Gets or sets a value representing the number of service application calls that are generated during the execution of the timer job.
Public property 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.
Public property ServiceId Gets or sets a value that uniquely identifies the SPService instance that is associated with the timer job.
Public property SiteSubscriptionId Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.)
Public property 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.
Public property Status Gets or sets a value from the SPRunningJobStatus enumeration that specifies the status of the timer job.
Public property Timestamp Gets or sets a timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.)
Public property TimestampUtc Gets or sets a UTC timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.)
Public property User Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.)
Public property WebApplicationId Gets or sets the unique identifier of the Web application that is associated with the timer job.
Public property WebApplicationName Gets or sets the name of the Web application that is associated with the timer job.

Top

See Also

Reference

SPTimerJobUsageEntry Class

Microsoft.SharePoint.Administration Namespace