[This is preliminary documentation and is subject to change.]
Enumerates records from a stream in the Naiad serialization format.
Namespace: Microsoft.Research.Naiad.Frameworks.Storage
Assembly: Microsoft.Research.Naiad.Storage (in Microsoft.Research.Naiad.Storage.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static IEnumerable<TRecord> GetNaiadReaderEnumerable<TRecord>( Stream stream )
Parameters
- stream
- Type: System.IOStream
A stream containing records serialized in the Naiad messaging format
Type Parameters
- TRecord
- Type of record in the stream
Return Value
Type: IEnumerableTRecordAn enumeration of records in the stream
See Also