Class CellAlias
- Namespace
- Quilt4Net.Toolkit.Features.ApplicationInsights
- Assembly
- Quilt4Net.Toolkit.dll
Detail about how a folded cell was constructed from underlying raw cells.
public sealed record CellAlias : IEquatable<CellAlias>
- Inheritance
-
CellAlias
- Implements
- Inherited Members
Properties
ConflictingVersions
When 2+ source apps in this (LogicalApp, Environment) reported different versions, each reporting source is listed here with its version + last-seen timestamp. Empty when all sources agreed (or only one source contributed).
public IReadOnlyList<CellAliasSource> ConflictingVersions { get; init; }
Property Value
HasConflict
public bool HasConflict { get; }
Property Value
SourceNames
The raw application names that contributed to this cell, sorted alphabetically.
public required IReadOnlyList<string> SourceNames { get; init; }