[This is preliminary documentation and is subject to change.]
Introduces a batch of records at the same epoch.
Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
void OnStreamingRecv( TRecord[] batch, int epoch )
Parameters
- batch
- Type:TRecord[]
records - epoch
- Type: System.Int32
epoch
See Also