Table of Contents

Class SlowCallWithIndexInfoDto

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll

Slow call that may lack index coverage.

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

Properties

Call

public required CallDto Call { get; init; }

Property Value

CallDto

DefinedIndexNames

public required string[] DefinedIndexNames { get; init; }

Property Value

string[]

HasPotentialIndexCoverage

public required bool HasPotentialIndexCoverage { get; init; }

Property Value

bool