For Babelfish Release 1.11.1.3

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

Property Value

DictionaryString, ResultListMetadata

See Also