For Babelfish Release 1.11.1.3

ResultCOFDelta Property

Boolean indicating if this is a partial Result COF that contains only delta (Delta is true), or a Result COF that has all of the EventScores and Shots (Delta is false). ResultCOF pulled from the REST API, this value should be false. ResultCOF pushed from the IoT Topic, this value should be true.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool Delta { get; set; }

Property Value

Boolean

See Also