StreamTRecord, TTimePartitionedBy Property Naiad Help

[This is preliminary documentation and is subject to change.]

Expression indicating a partitioning property the stream obeys, or null if none exists.

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 Expression<Func<TRecord, int>> PartitionedBy { get; }

Property Value

Type: ExpressionFuncTRecord, Int32
See Also

Reference