For Babelfish Release 1.12.4.4

ResultListMetadata Property

Key is the local match ID. Value is the Metadate for the generative match. When Orion generates a ResultList there will only be 1 value in Metadata. When a Virtual Match is merged, each parent / child ID will be listed. Local Matches will have exactly one value.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public Dictionary<string, ResultListMetadata> Metadata { get; set; }

Property Value

DictionaryString, ResultListMetadata

See Also