For Babelfish Release 1.11.1.3

ResultListPartial Property

Indicates if the Result List has been truncated. and the values in .Items are not all of the results. Currently known to be set in the Reat API Get Result List lambda, when pulling result lists from dynamo that are too large. There is some remaining question if this field is needed. In theory .Partial is the opposite of .HasMoreItems

Definition

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

Property Value

Boolean

See Also