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: 2.0.0
Syntax
public FileTaskInput(
	string path,
	long offset,
	long size,
	IEnumerable<string> locations
)

Parameters

path
Type: SystemString
The path of the file to use.
offset
Type: SystemInt64
The offset in the file specified by path of the split.
size
Type: SystemInt64
The size of the split.
locations
Type: System.Collections.GenericIEnumerableString
The names of the nodes on which this split is local. May be .
See Also