OrchestratorConfigSetIntakeSupplier Method |
Name | Description | |
---|---|---|
SetIntakeSupplier(FuncIEnumerableTupleString, Object) |
Designates an intake supplier function.
This overload of the SetIntakeSupplier method is intended for use in case of record-centric intake from a single source and no need to access the global cache.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetIntakeSupplier(FuncString) | ||
SetIntakeSupplier(FuncTupleIEnumerableTupleString, Object, Int32) |
Designates an intake supplier function.
This overload of the SetIntakeSupplier method is intended for use in case of record-centric intake from multiple sources and no need to access the global cache.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetIntakeSupplier(FuncTupleString, Int32) | ||
SetIntakeSupplier(FuncExternalLine) |
Designates an intake supplier function.
This overload of the SetIntakeSupplier method is intended for use in case of any intake from a single source and no need to access the global cache.
| |
SetIntakeSupplier(FuncTupleExternalLine, Int32) |
Designates an intake supplier function.
This overload of the SetIntakeSupplier method is intended for use in case of any intake from multiple sources and no need to access the global cache.
| |
SetIntakeSupplier(FuncIGlobalCache, TupleExternalLine, Int32) |
Designates an intake supplier function.
This is the universal overload of the SetIntakeSupplier method.
It may be used in case of any input from multiple sources when access to the global cache is needed.
In most practical scenarios, other overloads are more suitable (easier to implement).
| |
SetIntakeSupplier(FuncIGlobalCache, ExternalLine) |
Designates an intake supplier function.
This overload of the SetIntakeSupplier method is intended for use in case of any intake from a single source when access to the global cache is needed.
| |
SetIntakeSupplier(FuncIGlobalCache, IEnumerableTupleString, Object) |
Designates an intake supplier function.
This overload of the SetIntakeSupplier method is intended for use in case of record-centric intake from a single source when access to the global cache is needed.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetIntakeSupplier(FuncIGlobalCache, String) | ||
SetIntakeSupplier(FuncIGlobalCache, TupleIEnumerableTupleString, Object, Int32) |
Designates an intake supplier function.
This overload of the SetIntakeSupplier method is intended for use in case of record-centric intake from multiple sources when access to the global cache is needed.
To use this overload, the InputDataKind setting must be either XML or JSON or UnboundJSON. In either case, data returned by this function is processed the same way.
| |
SetIntakeSupplier(FuncIGlobalCache, TupleString, Int32) |