Class SummarySubset
public record SummarySubset : IEquatable<SummarySubset>
- Inheritance
-
SummarySubset
- Implements
-
- Inherited Members
-
Properties
public required string Application { get; init; }
Property Value
- string
public required int Count { get; init; }
Property Value
- int
public required string Environment { get; init; }
Property Value
- string
public required string Fingerprint { get; init; }
Property Value
- string
public required DateTime LastTimeGenerated { get; init; }
Property Value
- DateTime
public required string Message { get; init; }
Property Value
- string
[JsonConverter(typeof(JsonStringEnumConverter))]
public required SeverityLevel SeverityLevel { get; init; }
Property Value
- SeverityLevel
[JsonConverter(typeof(JsonStringEnumConverter))]
public required LogSource Source { get; init; }
Property Value
- LogSource