[This is preliminary documentation and is subject to change.]
Creates a new input stage from the given DataSource.
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
Stream<TRecord, Epoch> NewInput<TRecord>( DataSource<TRecord> source, string name )
Parameters
- source
- Type: Microsoft.Research.Naiad.InputDataSourceTRecord
data source - name
- Type: SystemString
name for the input
Type Parameters
- TRecord
- record type
Return Value
Type: StreamTRecord, EpochA new input stage
See Also