Click or drag to resize

FileDataOutputGetOutputPath Method

Gets the output path for the specified partition.

Namespace:  Ookii.Jumbo.Jet.IO
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static string GetOutputPath(
	StageConfiguration stage,
	int partitionNumber
)

Parameters

stage
Type: Ookii.Jumbo.Jet.JobsStageConfiguration
The stage configuration for the stage.
partitionNumber
Type: SystemInt32
The partition number.

Return Value

Type: String
The path of the output file for this partition.
See Also