SPRequestUsageEntry members
Encapsulates usage data logged for page requests.
The SPRequestUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRequestUsageEntry |
Top
Properties
Name | Description | |
---|---|---|
ABSBlobsFarRead | ||
ABSBlobsRead | ||
ABSBlobsWrote | ||
ABSReadDuration | ||
ABSWriteDuration | ||
AppId | ||
AppTitle | ||
Browser | Gets or sets the name of the client-side browser that initiated the request. | |
BytesSent | The total bytes of data downloaded as a result of this request. | |
ClaimsAuthenticationTime | Total duration (ticks) for the claims authentication operation. | |
ClaimsAuthenticationTimeType | The type of claims authenticaiton operation that occured. | |
ClientCorrelationId | ||
ClientSvcCall | ||
ClientTag | ||
CobaltClientScenarioInfo | ||
CobaltContentRequestResult | ||
CobaltTelemetry | ||
ContentDatabase | ||
ContentTypeId | Gets or sets the content type identifier for the content associated with the request. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
CPUDuration | The processor time taken for this request in milliseconds | |
CPUMCycles | The processor time taken for this request in million cycles | |
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) | |
DocNameAndPath | Gets or sets the document path of the URL for the request. | |
Duration | Gets or sets the time, in milliseconds, that the request took to execute. | |
EdgeEnvironment | ||
EdgeEventId | ||
EventName | ||
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
FinalFileSize | ||
FirstByteMilliseconds | ||
HeadersForwarded | The X-Forwarded-For (XFF) HTTP header, it is a standard for identifying the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer. | |
HealthScore | ||
HttpStatus | Gets or sets the status code for this request. | |
IisLatency | ||
LargeGapEndTag | ||
LargeGapStartTag | ||
LargeGapTime | ||
LastByteMilliseconds | ||
LockWaitDuration | ||
MachineName | (Inherited from SPUsageEntry.) | |
ManagedMemoryBytes | ||
ManagedMemoryBytesLOH | ||
MUIEnabled | Is MUI enabled | |
OperationCount | The value specified by this property MUST be ignored. | |
OriginalFileSize | ||
OutboundCallTotalCount | ||
OutboundCallTotalDuration | ||
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.) | |
QosFailureTags | ||
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. | |
QueryString | Gets or sets the QueryString property for this request. | |
ReferrerQueryString | The URI query component of the referring page for this request. | |
ReferrerUrl | Gets or sets the URL for the referring page for this request. | |
ReqContentLength | ||
RequestCount | The number of SPRequest objects created as a result of this request. | |
RequestEndMachineStatus | ||
RequestId | ||
RequestManagementDownloadDuration | Gets or sets the duration Request Management took to downnload the data from the backend machine | |
RequestManagementResponseDuration | Gets or sets the duration Request Management took to get the response from the backend machine | |
RequestManagementRoutedServerUrl | Gets or sets the server which was routed to if this request was handled by Request Management routing | |
RequestManagementThrottled | Gets or sets a flag indicating if this request was throttled by Request Management | |
RequestManagementUploadDuration | Gets or sets the duration Request Management took to upload the data to a backend machine | |
RequestStartMachineStatus | ||
RequestType | The HTTP request type for the client request. | |
RoundtripMilliseconds | ||
ServerUrl | Gets or sets the server URL for the 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. | |
SessionId | Gets or sets the browser session identifier that is generating the request. | |
SiteId | Gets or sets the site collection identifier of the site collection for the request. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
SiteUrl | Get or sets the relative path of the URL of the site collection for the request. | |
SlowestQueryDatabase | ||
SlowestQueryDuration | ||
SlowestQueryServer | ||
SQLAzureContentDatabase | ||
SqlConnectionDurationSum | ||
SqlConnectionExceptionSum | ||
SqlExceptionNumber | ||
SqlLogicalReads | The value specified by this property MUST be ignored. | |
SqlQueryExceptionSum | ||
SqlRetries | ||
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 | Gets or sets the title of the requested page. | |
TraceTags | ||
UICulture | UI Display Culture | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
UserAddress | The IP address of the client making the request. | |
UserAgent | Get or sets the user agent value for the client-side browser initiating the request. | |
UserKey | ||
UserPort | ||
VirtualDocNameAndPath | ||
WebApplicationId | A GUID uniquely identifying Web Application for the request. | |
WebCulture | Culture for the web | |
WebId | Gets or sets the site identifier of the site for the request. | |
WebUrl | Gets or sets the relative path of the URL of the site for the request. |
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