Click or drag to resize

IOperationOutputApplyOutput Method

Applies the output settings to the specified stage.

Namespace: Ookii.Jumbo.Jet.Jobs.Builder
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
void ApplyOutput(
	FileSystemClient fileSystem,
	StageConfiguration stage
)

Parameters

fileSystem  FileSystemClient
The file system.
stage  StageConfiguration
The stage.
Remarks
This does nothing for channels; it is only relevant for DFS output.
See Also