SPSqlLatencyUsageEntry members
The usage provider that stores telemetry data for SQL Server latency.
The SPSqlLatencyUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPSqlLatencyUsageEntry | Used by the framework to deserialize and populate this object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConnectionExceptions | |
![]() |
ConnectionMaxLatency | |
![]() |
ConnectionPercentile50 | |
![]() |
ConnectionPercentile75 | |
![]() |
ConnectionPercentile90 | |
![]() |
ConnectionPercentile95 | |
![]() |
ConnectionPercentile99 | |
![]() |
CorrelationId | (Inherited from SPUsageEntry.) |
![]() |
Count | Number of pings executed during this ping interval |
![]() |
DataSource | SQL Server name |
![]() |
EndTime | End time of this ping interval |
![]() |
Exceptions | Number of exceptions thrown during this ping interval |
![]() |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) |
![]() |
InitialCatalog | Database name |
![]() |
MachineName | (Inherited from SPUsageEntry.) |
![]() |
MaxLatency | Maximum ping latency (in milliseconds) |
![]() |
ParentInstanceName | (Inherited from SPUsageEntry.) |
![]() |
ParentType | The Type of the derived SPUsageDefinition object that is associated with this Usage entry (Overrides SPUsageEntry.ParentType.) |
![]() |
ParentTypeGuid | (Inherited from SPUsageEntry.) |
![]() |
Percentile50 | 50-percentile ping latency (in milliseconds) |
![]() |
Percentile75 | 75-percentile ping latency (in milliseconds) |
![]() |
Percentile90 | 90-percentile ping latency (in milliseconds) |
![]() |
Percentile95 | 95-percentile ping latency (in milliseconds) |
![]() |
Percentile99 | 99-percentile ping latency (in milliseconds) |
![]() |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) |
![]() |
StartTime | Start time of this ping interval |
![]() |
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.) |
![]() |
UserID | User id used to ping the SQL Server |
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