For Babelfish Release 1.11.3.13

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.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Dictionary<string, ResultListMetadata> Metadata { get; set; }

Property Value

DictionaryString, ResultListMetadata

See Also