Class DanglingAliasInfo
Describes a variant alias in a file group whose source data file is missing. Returned by GetGroupAsync(FileId) via DanglingAliases to surface alias corruption without polluting VariantFiles. Per-ID fetches of a dangling alias throw DanglingAliasException.
Implements
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public sealed record DanglingAliasInfo : IEquatable<DanglingAliasInfo>
Properties
| Name | Description |
|---|---|
| SourceExtension | Gets the file extension (including the leading dot, or empty) of the alias's expected source data file. |
| SourceVariantId | Gets the variant ID of the alias's expected source, or null if the alias source is the main file. |
| VariantId | Gets the variant ID of the dangling alias. |