Click or drag to resize

BaseJobRunnerBlockSize Property

Gets or sets the block size of the job's output files.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public BinarySize BlockSize { get; set; }

Property Value

Type: BinarySize
Remarks
Derived classes should use this value with the FileDataOutput items of the job configuration.
See Also