Click or drag to resize

TaskInputUtilityReadTaskInputLocations Method

Reads the task input locations.

Namespace: Ookii.Jumbo.Jet.IO
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static IList<string[]> ReadTaskInputLocations(
	FileSystemClient fileSystem,
	string path,
	string stageId
)

Parameters

fileSystem  FileSystemClient
The file system to read the locations from.
path  String
The path of the directory containing the locations file.
stageId  String
The ID of the stage whose task input locations to read.

Return Value

IListString
A list of input locations for each task.
See Also