  | IOperationOutputApplyOutput Method | 
            Applies the output settings to the specified stage.
            
Namespace: Ookii.Jumbo.Jet.Jobs.BuilderAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxvoid ApplyOutput(
	FileSystemClient fileSystem,
	StageConfiguration stage
)
Sub ApplyOutput ( 
	fileSystem As FileSystemClient,
	stage As StageConfiguration
)
void ApplyOutput(
	FileSystemClient^ fileSystem, 
	StageConfiguration^ stage
)
abstract ApplyOutput : 
        fileSystem : FileSystemClient * 
        stage : StageConfiguration -> unit 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