| ChannelSettings Property |
Gets the settings for the channel's sending stage.
Namespace:
Ookii.Jumbo.Jet.Jobs.Builder
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public SettingsDictionary Settings { get; }
Public ReadOnly Property Settings As SettingsDictionary
Get
public:
property SettingsDictionary^ Settings {
SettingsDictionary^ get ();
}
member Settings : SettingsDictionary with get
Property Value
Type:
SettingsDictionary
A
SettingsDictionary containing the settings.
Remarks
Channel settings are applied to the stage that writes to this channel (the sending stage). In the case of a two-step operation, this can
either be the operation's original input stage (if no additional step is created), or the additionally created first step.
If no actual channel is created (empty task replacement was used), these settings are not applied at all.
See Also