| 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; }
Public Property BlockSize As BinarySize
Get
Set
public:
property BinarySize BlockSize {
BinarySize get ();
void set (BinarySize value);
}
member BlockSize : BinarySize with get, set
Property Value
Type:
BinarySizeRemarks
Derived classes should use this value with the
FileDataOutput items of the job configuration.
See Also