SPTaskUsageEntry members
Encapsulates usage data logged for page requests.
The SPTaskUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPTaskUsageEntry |
Top
Properties
Name | Description | |
---|---|---|
CorrelationId | (Inherited from SPUsageEntry.) | |
CPUDuration | ||
CPUMCycles | ||
DistributedCachedObjectsRequested | Total number of cached objects requested | |
DistributedCacheFailures | Total number of cache failures | |
DistributedCacheHits | Total number of cache hits | |
DistributedCacheMisses | Total number of cache misses | |
DistributedCacheReads | Total number of cache reads | |
DistributedCacheReadsDuration | Total duration (ms) for the cache reads | |
DistributedCacheReadsSize | Cache read size (bytes) | |
DistributedCacheWrites | Total number of cache writes | |
DistributedCacheWritesDuration | Total duration (ms) for the cache writes | |
DistributedCacheWritesSize | Cache write size (bytes) | |
Duration | The time in milliseconds taken for this request to complete. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
MachineName | (Inherited from SPUsageEntry.) | |
ManagedMemoryBytes | ||
ManagedMemoryBytesLOH | ||
ParentInstanceName | (Inherited from SPUsageEntry.) | |
ParentType | The Type of the derived SPUsageDefinition object that is associated with this Usage entry (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
QueryCount | The number of back-end database queries generated as a result of this request. | |
QueryDurationSum | The time in milliseconds taken for all back-end database queries generated as a result of this request. | |
RequestCount | The number of SPRequest objects created as a result of this request. | |
ServiceCallCount | The number of service calls generated as a result of this request. | |
ServiceCallDurationSum | The time in milliseconds taken for all service calls generated as a result of this request. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
SqlLogicalReads | The value specified by this property MUST be ignored. | |
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.) | |
Title | The title of the task | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) |
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 |
Top