Click or drag to resize

StageConfigurationHasDataOutput Property

Gets a value indicating whether this stage has an IDataOutput to which the output is written.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public bool HasDataOutput { get; }

Property Value

Type: Boolean
if this instance has data output; otherwise, .
See Also