[This is preliminary documentation and is subject to change.]
Consolidates a collection so that each record occurs with at most one weight.
Namespace: Microsoft.Research.Naiad.Frameworks.DifferentialDataflow
Assembly: Microsoft.Research.Naiad.DifferentialDataflow (in Microsoft.Research.Naiad.DifferentialDataflow.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
Collection<TRecord, TTime> Consolidate()
Return Value
Type: CollectionTRecord, TTimeA collection with the same elements, but in which all identical records are stored once with a canonical weight.
See Also