DfsBlockWorkerTItem, TOutputDoWork Method Naiad Help

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

find the range of valid records in the block (those that start within the block), deserialize them, and return them in batches

Namespace: Microsoft.Research.Naiad.Frameworks.Storage.Dfs
Assembly: Microsoft.Research.Naiad.Storage (in Microsoft.Research.Naiad.Storage.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public IEnumerable<ArraySegment<TOutput>> DoWork(
	TItem workItem
)

Parameters

workItem
Type: TItem
a description of the block to read

Return Value

Type: IEnumerableArraySegmentTOutput
a sequence of batches of output records

Implements

IWorkerTWorkDescription, TWorkerDescription, TOutputDoWork(TWorkDescription)
See Also

Reference