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
Public method SPBandwidthUsageEntry([]) Initializes a new instance of the SPBandwidthUsageEntry class based on the specified array.
Public method SPBandwidthUsageEntry(Int32, Guid, String, Int32, Int32, Int32, Int32, Nullable<Int64>) Initializes a new instance of the SPBandwidthUsageEntry class.

Top

Properties

  Name Description
Public property AccessType Gets or sets the type of service accessed.
Public property ComponentId Gets or sets the component ID of the logging component.
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property Latency Gets or sets the time it takes in a request response exchange.
Public property MachineName (Inherited from SPUsageEntry.)
Public property ParentInstanceName (Inherited from SPUsageEntry.)
Public property ParentType Gets the Type of the derived SPUsageDefinition object that is associated with the usage entry. (Overrides SPUsageEntry.ParentType.)
Public property ParentTypeGuid (Inherited from SPUsageEntry.)
Public property ProductId Gets or sets the product or app ID using the bandwidth.
Public property RequestContentLen Gets or sets the length of the request content.
Public property RequestUrl Gets or sets a URL that has been requested to access data.
Public property ResponseContentLen Gets or sets the length of the response content.
Public property Result Gets or sets the result of the operation.
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 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.)
Public property 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.)
Public property User Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetBaseObjectData (Inherited from SPUsageEntry.)
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

Top

See also

Reference

SPBandwidthUsageEntry class

Microsoft.SharePoint.Administration namespace