Table of Contents

Class SummarySubset

Namespace
Quilt4Net.Toolkit.Features.ApplicationInsights
Assembly
Quilt4Net.Toolkit.dll
public record SummarySubset : IEquatable<SummarySubset>
Inheritance
SummarySubset
Implements
Inherited Members

Properties

Application

public required string Application { get; init; }

Property Value

string

Count

public required int Count { get; init; }

Property Value

int

Environment

public required string Environment { get; init; }

Property Value

string

Fingerprint

public required string Fingerprint { get; init; }

Property Value

string

LastTimeGenerated

public required DateTime LastTimeGenerated { get; init; }

Property Value

DateTime

Message

public required string Message { get; init; }

Property Value

string

SeverityLevel

[JsonConverter(typeof(JsonStringEnumConverter))]
public required SeverityLevel SeverityLevel { get; init; }

Property Value

SeverityLevel

Source

[JsonConverter(typeof(JsonStringEnumConverter))]
public required LogSource Source { get; init; }

Property Value

LogSource