SPTaskUsageEntry members

Encapsulates usage data logged for page requests.

The SPTaskUsageEntry type exposes the following members.

Constructors

  Name Description
Public method SPTaskUsageEntry

Top

Properties

  Name Description
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property CPUDuration
Public property CPUMCycles
Public property DistributedCachedObjectsRequested Total number of cached objects requested
Public property DistributedCacheFailures Total number of cache failures
Public property DistributedCacheHits Total number of cache hits
Public property DistributedCacheMisses Total number of cache misses
Public property DistributedCacheReads Total number of cache reads
Public property DistributedCacheReadsDuration Total duration (ms) for the cache reads
Public property DistributedCacheReadsSize Cache read size (bytes)
Public property DistributedCacheWrites Total number of cache writes
Public property DistributedCacheWritesDuration Total duration (ms) for the cache writes
Public property DistributedCacheWritesSize Cache write size (bytes)
Public property Duration The time in milliseconds taken for this request to complete.
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property MachineName (Inherited from SPUsageEntry.)
Public property ManagedMemoryBytes
Public property ManagedMemoryBytesLOH
Public property ParentInstanceName (Inherited from SPUsageEntry.)
Public property ParentType The 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 The number of back-end database queries generated as a result of this request.
Public property QueryDurationSum The time in milliseconds taken for all back-end database queries generated as a result of this request.
Public property RequestCount The number of SPRequest objects created as a result of this request.
Public property ServiceCallCount The number of service calls generated as a result of this request.
Public property ServiceCallDurationSum The time in milliseconds taken for all service calls generated as a result of this request.
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 SqlLogicalReads The value specified by this property MUST be ignored.
Public property 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.)
Public property 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.)
Public property Title The title of the task
Public property User Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetBaseObjectData (Inherited from SPUsageEntry.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ISerializableUsageEntry.GetObjectData

Top

See also

Reference

SPTaskUsageEntry class

Microsoft.SharePoint.Administration namespace