 | TcpOutputChannelSpillBufferSizeSettingKey Field |
The key in the stage or job settings that can be used to specify the size of the spill buffer. The setting should have the type
BinarySize,
and the default value is the value of
SpillBufferSize.
Namespace: Ookii.Jumbo.Jet.ChannelsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic const string SpillBufferSizeSettingKey = "TcpOutputChannel.SpillBufferSize"
Public Const SpillBufferSizeSettingKey As String = "TcpOutputChannel.SpillBufferSize"
public:
literal String^ SpillBufferSizeSettingKey = "TcpOutputChannel.SpillBufferSize"
static val mutable SpillBufferSizeSettingKey: string
Field Value
String
See Also