For Babelfish Release 1.12.3.10

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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public Dictionary<string, ResultListMetadata> Metadata { get; set; }

Property Value

DictionaryString, ResultListMetadata

See Also