Click or drag to resize

StageOrJob Fields

The JumboSettingsFileChannelStageOrJob type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberChannelOutputType
The key to use in the job or stage settings to select between a sorting or non-sorting channel. Stage settings take precedence over job settings. The setting should have type FileChannelOutputType.
Public fieldStatic memberMemoryStorageSize
The key to use in the job or stage settings to override the global memory storage size setting specified in MemoryStorageSize. Stage settings take precedence over job settings. The setting should have type BinarySize.
Public fieldStatic memberMemoryStorageWaitTimeout
The key to use in the job or stage settings to override the global memory storage wait timeout setting specified in MemoryStorageWaitTimeout. Stage settings take precedence over job settings. The setting should have type Int32.
Public fieldStatic memberSpillBufferLimit
The key to use in the job or stage settings to override the default spill output buffer limit specified in SpillBufferLimit. Stage settings take precedence over job settings. The setting should have type Single.
Public fieldStatic memberSpillBufferSize
The key to use in the job or stage settings to override the default spill buffer size specified in SpillBufferSize. Stage settings take precedence over job settings. The setting should have type BinarySize.
Public fieldStatic memberSpillSortMinSpillsForCombineDuringMerge
The key to use in the job or stage settings to override the minimum number of spills needed for the combiner to be run during the merge specified in SpillSortMinSpillsForCombineDuringMerge. This value is only used when the output type is SortSpill and a combiner is specified. Stage settings take precedence over job settings. The setting should have type Int32.
Public fieldStatic memberWriteBufferSize
The key to use in the stage or job settings to override the default write buffer size specified in WriteBufferSize. Stage settings take precedence over job settings. The setting should have type BinarySize.
Top
See Also