SPClientServiceRequestUsageEntry members
Encapsulates usage data logged for client-side object model requests.
The SPClientServiceRequestUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClientServiceRequestUsageEntry | Initializes a new instance of the SPClientServiceRequestUsageEntry class. |
Top
Properties
Name | Description | |
---|---|---|
AcceptHeader | ||
ActionCount | Gets or sets the action count of the client-side object model request. | |
AppId | Gets or sets the app ID. | |
ApplicationName | ||
AppSource | ||
AppTitle | ||
AssetId | ||
ClientTag | Gets or sets a string to identify the client scenario. | |
ContentMarket | ||
ContentTypeHeader | ||
CorrelationId | (Inherited from SPUsageEntry.) | |
Duration | Gets or sets the time, in milliseconds, it takes for the client-side object model request to execute. | |
ErrorCode | Gets or sets the HRESULT error code. | |
ExceptionDetails | Gets or sets the exception type and content. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
HttpMethod | ||
IfMatchHeader | ||
IsRestRequest | Gets or sets a Boolean value that indicates the call type. | |
MachineName | (Inherited from SPUsageEntry.) | |
ParentInstanceName | (Inherited from SPUsageEntry.) | |
ParentType | Gets the Type of the derived SPUsageDefinition object that is associated with this usage entry. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
ProductId | ||
RequestId | Gets or sets the client-side object model request ID. | |
RequestUrl | Gets or sets the request URL. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
StartTime | Gets or sets the date and time when this client-side object model action started. | |
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.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
UserAgent | Gets or sets the user agent. |
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