SPUsageUserCodeRequestsMonitoredDataEntry Members

Include Protected Members
Include Inherited Members

Represents the metadata for the information logged in the usage database for each sandboxed solution request.

The SPUsageUserCodeRequestsMonitoredDataEntry type exposes the following members.

Properties

  Name Description
Public property AbnormalTerminationCount Gets or sets the number of the abnormal terminations in the sandboxed solution.
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property CPUExecutionTime Gets or sets the duration, in seconds, that the CPU spends executing the sandboxed solution.
Public property CriticalExceptionsCount Gets or sets the number of critical exceptions that occurred in the sandboxed solution.
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property MachineName (Inherited from SPUsageEntry.)
Public property 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.)
Public property ParentTypeGuid (Inherited from SPUsageEntry.)
Public property PercentProcessorTime Gets or sets the percentage of the processor time used by the sandboxed solution.
Public property ProcessCPUCycles Gets or sets the number of CPU cycles used by the sandboxed solution.
Public property ProcessHandleCount Gets or sets the number of process handles used by the sandboxed solution.
Public property ProcessIOBytes Gets or sets the I/O bytes used by the sandboxed solution.
Public property ProcessThreadCount Gets or sets the number of process threads used by the sandboxed solution.
Public property ProcessVirtualBytes Gets or sets the process virtual bytes used by the sandboxed solution.
Public property ProxyPid Gets or sets the process identifier (ID) of the SPUCWorkerProcessProxy.exe that is used to run the sandboxed solution request.
Public property RequestId Gets or sets the request ID of the sandboxed solution request.
Public property SiteId Gets or sets the site collection ID in which the sandboxed solution request is run.
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 SolutionHash Gets or sets the hash of the sandboxed solution.
Public property SolutionId Gets or sets the solution ID of the sandboxed solution.
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 UnhandledExceptionsCount Gets or sets the number of exceptions that were not handled by the sandboxed solution.
Public property UnresponsiveProcessCount Gets or sets the number of unresponsive processes.
Public property UsagePid Gets or sets the process identifier (ID) that runs the sandboxed solution request.
Public property User Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.)
Public property WorkerPid Gets or sets process identifier (ID) of the SPUCWorkerProcess.exe that is used to run the sandboxed solution request.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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 Saves information about the monitored data entry for serialization.

Top

See Also

Reference

SPUsageUserCodeRequestsMonitoredDataEntry Class

Microsoft.SharePoint.Administration Namespace