[This is preliminary documentation and is subject to change.]
Introduces a batch of data for the next epoch.
Namespace: Microsoft.Research.Naiad.Input
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public void OnNext( IEnumerable<TRecord> batch )
Parameters
- batch
- Type: System.Collections.GenericIEnumerableTRecord
records
Implements
IObserverTOnNext(T)See Also