SPSqlLatencyUsageEntry members

The usage provider that stores telemetry data for SQL Server latency.

The SPSqlLatencyUsageEntry type exposes the following members.

Constructors

  Name Description
Public method SPSqlLatencyUsageEntry Used by the framework to deserialize and populate this object.

Top

Properties

  Name Description
Public property ConnectionExceptions
Public property ConnectionMaxLatency
Public property ConnectionPercentile50
Public property ConnectionPercentile75
Public property ConnectionPercentile90
Public property ConnectionPercentile95
Public property ConnectionPercentile99
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property Count Number of pings executed during this ping interval
Public property DataSource SQL Server name
Public property EndTime End time of this ping interval
Public property Exceptions Number of exceptions thrown during this ping interval
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property InitialCatalog Database name
Public property MachineName (Inherited from SPUsageEntry.)
Public property MaxLatency Maximum ping latency (in milliseconds)
Public property ParentInstanceName (Inherited from SPUsageEntry.)
Public property ParentType The Type of the derived SPUsageDefinition object that is associated with this Usage entry (Overrides SPUsageEntry.ParentType.)
Public property ParentTypeGuid (Inherited from SPUsageEntry.)
Public property Percentile50 50-percentile ping latency (in milliseconds)
Public property Percentile75 75-percentile ping latency (in milliseconds)
Public property Percentile90 90-percentile ping latency (in milliseconds)
Public property Percentile95 95-percentile ping latency (in milliseconds)
Public property Percentile99 99-percentile ping latency (in milliseconds)
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 StartTime Start time of this ping interval
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.)
Public property UserID User id used to ping the SQL Server

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

SPSqlLatencyUsageEntry class

Microsoft.SharePoint.Administration namespace