Click or drag to resize

FileOutput Class

Represents output written to the DFS for a job being constructed by the JobBuilder class.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.Jobs.BuilderFileOutput

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

The FileOutput type exposes the following members.

Properties
  NameDescription
Public propertyBlockSize
Gets or sets the block size in bytes for the output files.
Public propertyPath
Gets the path of a directory on the DFS that the output is written to.
Public propertyRecordOptions
Gets or sets the record options for the output files.
Public propertyRecordType
Gets the type of the records that can be written to this output.
Public propertyRecordWriterType
Gets the type of the record writer.
Public propertyReplicationFactor
Gets or sets the replication factor for the output files.
Top
Methods
  NameDescription
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