Property DanglingAliases
DanglingAliases
Gets information about each variant alias in the group whose source data file is missing. Empty in a healthy repository. Per-ID fetches of these variants throw DanglingAliasException; subsequent add operations targeting these variant IDs overwrite the dangling markers. See CorruptionDetected for programmatic notification of dangling aliases as they are encountered.
Declaration
public IReadOnlyList<DanglingAliasInfo> DanglingAliases { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<DanglingAliasInfo> |