Table of Contents

Class ErrorSummaryDto

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll

Summary of errors grouped by exception type and collection.

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

Properties

CollectionName

public required string CollectionName { get; init; }

Property Value

string

ConfigurationName

public required string ConfigurationName { get; init; }

Property Value

string

Count

public required int Count { get; init; }

Property Value

int

DatabaseName

public required string DatabaseName { get; init; }

Property Value

string

ExceptionType

public required string ExceptionType { get; init; }

Property Value

string

LastOccurrence

public required DateTime LastOccurrence { get; init; }

Property Value

DateTime

Message

public required string Message { get; init; }

Property Value

string

SourceName

public required string SourceName { get; init; }

Property Value

string