[This is preliminary documentation and is subject to change.]
Represents a stream of records each tagged with a time.
Inheritance Hierarchy
Microsoft.Research.NaiadStreamTRecord, TTime
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class Stream<TRecord, TTime> where TTime : Object, Time<TTime>
Type Parameters
- TRecord
- record type
- TTime
- time type
The StreamTRecord, TTime type exposes the following members.
Properties
Name | Description | |
---|---|---|
Context |
Time context for the stream.
| |
ForStage |
Stage the stream is produced by.
| |
PartitionedBy |
Expression indicating a partitioning property the stream obeys, or null if none exists.
|
See Also