Click or drag to resize

FileInput Class

Represents input read from the DFS for a job being constructed by the JobBuilder class.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.Jobs.BuilderFileInput

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public sealed class FileInput : IOperationInput

The FileInput type exposes the following members.

Properties
  NameDescription
Public propertyMaximumSplitSize
Gets or sets the maximum split size used to divide this input over multiple tasks.
Public propertyMinimumSplitSize
Gets or sets the minimum split size used to divide this input over multiple tasks.
Public propertyPath
Gets the path of a directory or file on the DFS that the input will be read from.
Public propertyRecordReaderType
Gets the type of the record reader.
Public propertyRecordType
Gets the type of the records read from the input.
Top
Methods
  NameDescription
Public methodCreateStageInput
Creates an IDataInput for this input.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also