FileInput Class |
Namespace: Ookii.Jumbo.Jet.Jobs.Builder
The FileInput type exposes the following members.
| Name | Description | |
|---|---|---|
| MaximumSplitSize |
Gets or sets the maximum split size used to divide this input over multiple tasks.
| |
| MinimumSplitSize |
Gets or sets the minimum split size used to divide this input over multiple tasks.
| |
| Path |
Gets the path of a directory or file on the DFS that the input will be read from.
| |
| RecordReaderType |
Gets the type of the record reader.
| |
| RecordType |
Gets the type of the records read from the input.
|
| Name | Description | |
|---|---|---|
| CreateStageInput |
Creates an IDataInput for this input.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |