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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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