SPUsageUserCodeRequestsEntry members
Represents the metadata for sandboxed solution requests that are logged in the usage database.
The SPUsageUserCodeRequestsEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUsageUserCodeRequestsEntry |
Top
Properties
Name | Description | |
---|---|---|
CorrelationId | (Inherited from SPUsageEntry.) | |
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 the usage provider associated with the request entry that logs all sandboxed solution requests. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
ProxyPid | Gets or sets the process identifier (ID) of the process that runs the sandboxed solution request. | |
RequestId | Gets or sets the request identifier (ID) of the sandboxed solution request. | |
SiteId | Gets or sets the identifier (ID) for the site collection in which the sandboxed solution request runs. | |
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 identifier (ID) of the sandboxed solution. | |
Tier | Gets or sets the name of the execution tier that is used to run the sandboxed solution request. | |
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.) | |
UsagePid | Gets or sets the identifier (ID) of the process that is used to log the request entry. | |
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 process 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 usage request for serialization. |
Top