EventSummary
The structure summarizing all of the results of a Reduce operation.
Values
id : string : A string identifying the Reduce operation.
results : EventResult [] : A series of results.
numResults : int : The number of valid entries in results.
isFinal : bool : If the summary is final or partial.
Size : int : The size of the structure in bytes.
Align : int : The alignment of the structure in bytes.