Class ConnectionPoolStateDto
Aggregate connection pool state.
public record ConnectionPoolStateDto : IEquatable<ConnectionPoolStateDto>
- Inheritance
-
ConnectionPoolStateDto
- Implements
- Inherited Members
Properties
ExecutingCount
public required int ExecutingCount { get; init; }
Property Value
LastWaitTimeMs
public required double LastWaitTimeMs { get; init; }
Property Value
QueueCount
public required int QueueCount { get; init; }
Property Value
RecentMetrics
public required IReadOnlyList<QueueMetricDto> RecentMetrics { get; init; }