SPUsageUserCodeRequestsMonitoredDataEntry members
Represents the metadata for the information logged in the usage database for each sandboxed solution request.
The SPUsageUserCodeRequestsMonitoredDataEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUsageUserCodeRequestsMonitoredDataEntry |
Top
Properties
Name | Description | |
---|---|---|
AbnormalTerminationCount | Gets or sets the number of the abnormal terminations in the sandboxed solution. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
CPUExecutionTime | Gets or sets the duration, in seconds, that the CPU spends executing the sandboxed solution. | |
CriticalExceptionsCount | Gets or sets the number of critical exceptions that occurred in the sandboxed solution. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
MachineName | (Inherited from SPUsageEntry.) | |
ParentInstanceName | (Inherited from SPUsageEntry.) | |
ParentType | Gets the type of usage provider associated with the monitored data entry that logs the monitored data for all sandboxed solution requests. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
PercentProcessorTime | Gets or sets the percentage of the processor time used by the sandboxed solution. | |
ProcessCPUCycles | Gets or sets the number of CPU cycles used by the sandboxed solution. | |
ProcessHandleCount | Gets or sets the number of process handles used by the sandboxed solution. | |
ProcessIOBytes | Gets or sets the I/O bytes used by the sandboxed solution. | |
ProcessThreadCount | Gets or sets the number of process threads used by the sandboxed solution. | |
ProcessVirtualBytes | Gets or sets the process virtual bytes used by the sandboxed solution. | |
ProxyPid | Gets or sets the process identifier (ID) of the SPUCWorkerProcessProxy.exe that is used to run the sandboxed solution request. | |
RequestId | Gets or sets the request ID of the sandboxed solution request. | |
SiteId | Gets or sets the site collection ID in which the sandboxed solution request is run. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
SolutionHash | Gets or sets the hash of the sandboxed solution. | |
SolutionId | Gets or sets the solution ID of the sandboxed solution. | |
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.) | |
UnhandledExceptionsCount | Gets or sets the number of exceptions that were not handled by the sandboxed solution. | |
UnresponsiveProcessCount | Gets or sets the number of unresponsive processes. | |
UsagePid | Gets or sets the process identifier (ID) that runs the sandboxed solution request. | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
WorkerPid | Gets or sets process identifier (ID) of the SPUCWorkerProcess.exe that is used to run the sandboxed solution 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 | Saves information about the monitored data entry for serialization. |
Top