Table of Contents

Class ConnectionPoolStateDto

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll

Aggregate connection pool state.

public record ConnectionPoolStateDto : IEquatable<ConnectionPoolStateDto>
Inheritance
ConnectionPoolStateDto
Implements
Inherited Members

Properties

ExecutingCount

public required int ExecutingCount { get; init; }

Property Value

int

LastWaitTimeMs

public required double LastWaitTimeMs { get; init; }

Property Value

double

QueueCount

public required int QueueCount { get; init; }

Property Value

int

RecentMetrics

public required IReadOnlyList<QueueMetricDto> RecentMetrics { get; init; }

Property Value

IReadOnlyList<QueueMetricDto>