EventResult

The structure summarizing a single result of a Reduce operation.

Values

  • key : EventKey : An array of strings forming the key.

  • values : EventValue [] : A series of values, each for a different reduce operation.

  • numValues : int : The number of valid entries in values.

  • Size : int : The size of the structure in bytes.

  • Align : int : The alignment of the structure in bytes.