SPBandwidthUsageEntry members
This class and its members are reserved for internal use and are not intended to be used in your code. This restriction is specifically for on-premises installations of SharePoint 2013.
Encapsulates usage data logged for page requests.
The SPBandwidthUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPBandwidthUsageEntry([]) | Initializes a new instance of the SPBandwidthUsageEntry class based on the specified array. |
![]() |
SPBandwidthUsageEntry(Int32, Guid, String, Int32, Int32, Int32, Int32, Nullable<Int64>) | Initializes a new instance of the SPBandwidthUsageEntry class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AccessType | Gets or sets the type of service accessed. |
![]() |
ComponentId | Gets or sets the component ID of the logging component. |
![]() |
CorrelationId | (Inherited from SPUsageEntry.) |
![]() |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) |
![]() |
Latency | Gets or sets the time it takes in a request response exchange. |
![]() |
MachineName | (Inherited from SPUsageEntry.) |
![]() |
ParentInstanceName | (Inherited from SPUsageEntry.) |
![]() |
ParentType | Gets the Type of the derived SPUsageDefinition object that is associated with the usage entry. (Overrides SPUsageEntry.ParentType.) |
![]() |
ParentTypeGuid | (Inherited from SPUsageEntry.) |
![]() |
ProductId | Gets or sets the product or app ID using the bandwidth. |
![]() |
RequestContentLen | Gets or sets the length of the request content. |
![]() |
RequestUrl | Gets or sets a URL that has been requested to access data. |
![]() |
ResponseContentLen | Gets or sets the length of the response content. |
![]() |
Result | Gets or sets the result of the operation. |
![]() |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) |
![]() |
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.) |
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