 | IOperationInput Interface |
Represents the input to an operation, which is either a data input or another operation.
Namespace: Ookii.Jumbo.Jet.Jobs.BuilderAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic interface IOperationInput
Public Interface IOperationInput
public interface class IOperationInput
type IOperationInput = interface end
The IOperationInput type exposes the following members.
Properties | Name | Description |
---|
 | RecordType |
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