Click or drag to resize

FileTaskInput Constructor

Initializes a new instance of the FileTaskInput class.

Namespace: Ookii.Jumbo.Jet.IO
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public FileTaskInput(
	string path,
	long offset,
	long size,
	IEnumerable<string>? locations
)

Parameters

path  String
The path of the file to use.
offset  Int64
The offset in the file specified by path of the split.
size  Int64
The size of the split.
locations  IEnumerableString
The names of the nodes on which this split is local. May be .
See Also