Click or drag to resize

TaskInputUtilityWriteTaskInputs Method

Writes the task inputs.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static void WriteTaskInputs(
	FileSystemClient fileSystem,
	string path,
	string stageId,
	IEnumerable<ITaskInput> inputs
)

Parameters

fileSystem
Type: Ookii.Jumbo.Dfs.FileSystemFileSystemClient
The file system to write the inputs to.
path
Type: SystemString
The path of the directory to write the output to.
stageId
Type: SystemString
The ID of the stage that these inputs belong to.
inputs
Type: System.Collections.GenericIEnumerableITaskInput
The inputs to write.
See Also