| 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
)
Public Shared Function GetOutputPath (
stage As StageConfiguration,
partitionNumber As Integer
) As String
public:
static String^ GetOutputPath(
StageConfiguration^ stage,
int partitionNumber
)
static member GetOutputPath :
stage : StageConfiguration *
partitionNumber : int -> string
Parameters
- stage
- Type: Ookii.Jumbo.Jet.JobsStageConfiguration
The stage configuration for the stage. - partitionNumber
- Type: SystemInt32
The partition number.
Return Value
Type:
StringThe path of the output file for this partition.
See Also