Table of Contents

Class SummaryDataIdentifier

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

Properties

Application

public required string Application { get; init; }

Property Value

string

Identifier

public required string Identifier { get; init; }

Property Value

string

Type

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

Property Value

LogSource