Class SlowCallWithIndexInfoDto
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
DefinedIndexNames
public required string[] DefinedIndexNames { get; init; }
Property Value
- string[]
HasPotentialIndexCoverage
public required bool HasPotentialIndexCoverage { get; init; }