DfsBaseCoordinatorTWorkDescriptionEnumerateWork Method Naiad Help

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

given an input string of a file or directory, expand it into a set of files, and then expand each file into a set of matches using the derived-class implementation of EnumerateFileWork

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#
protected override IEnumerable<MatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatch> EnumerateWork(
	Uri fileOrDirectory
)

Parameters

fileOrDirectory
Type: SystemUri
dfs file or directory to be read

Return Value

Type: IEnumerableMatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatch
set of work item matches for the file or directory
See Also

Reference