[This is preliminary documentation and is subject to change.]
Constructs a DataSource with constant contents.
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 ConstantDataSource( IEnumerable<TRecord> contents )
Parameters
- contents
- Type: System.Collections.GenericIEnumerableTRecord
source records
See Also