  | 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: 2.0.0
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
 - Type: Ookii.Jumbo.Dfs.FileSystemFileSystemClient
The file system. - stage
 - Type: Ookii.Jumbo.Jet.JobsStageConfiguration
The stage. 
Remarks
            This does nothing for channels; it is only relevant for DFS output.
            
See Also