Click or drag to resize

IOperationInput Interface

Represents the input to an operation, which is either a data input or another operation.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface IOperationInput

The IOperationInput type exposes the following members.

Properties
  NameDescription
Public propertyRecordType
Gets the type of the records provided by this input.
Top
Remarks

Only implement this interface if you're also implementing IJobBuilderOperation. Data inputs are the only non-operation inputs.

See Also