 | TcpOutputChannelReuseConnectionsSettingKey Field |
The key in the stage or job settings that can be used to specify whether the connections to the receiving stage tasks are kept open.
The setting should have the type
Boolean and the default value is the value of
ReuseConnections.
Namespace: Ookii.Jumbo.Jet.ChannelsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic const string ReuseConnectionsSettingKey = "TcpOutputChannel.ReuseConnections"
Public Const ReuseConnectionsSettingKey As String = "TcpOutputChannel.ReuseConnections"
public:
literal String^ ReuseConnectionsSettingKey = "TcpOutputChannel.ReuseConnections"
static val mutable ReuseConnectionsSettingKey: string
Field Value
String
See Also