chunkedValue property

bool? chunkedValue
getter/setter pair

If true, then the final value in values is chunked, and must be combined with more values from subsequent PartialResultSets to obtain a complete field value.

Implementation

core.bool? chunkedValue;