Click or drag to resize

OrchestratorConfigSetIntakeSupplier Method

Overload List
  NameDescription
Public methodSetIntakeSupplier(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.
Public methodSetIntakeSupplier(FuncString)
Designates an intake supplier function. This overload of the SetIntakeSupplier method is intended for use in case of textual intake (such as Delimited, Flat, etc.) from a single source and no need to access the global cache.
Public methodSetIntakeSupplier(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.
Public methodSetIntakeSupplier(FuncTupleString, Int32)
Designates an intake supplier function. This overload of the SetIntakeSupplier method is intended for use in case of textual intake (such as Delimited, Flat, etc.) from multiple sources and no need to access the global cache.
Public methodSetIntakeSupplier(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.
Public methodSetIntakeSupplier(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.
Public methodSetIntakeSupplier(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).
Public methodSetIntakeSupplier(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.
Public methodSetIntakeSupplier(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.
Public methodSetIntakeSupplier(FuncIGlobalCache, String)
Designates an intake supplier function. This overload of the SetIntakeSupplier method is intended for use in case of textual intake (such as Delimited, Flat, etc.) from a single source when access to the global cache is needed.
Public methodSetIntakeSupplier(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.
Public methodSetIntakeSupplier(FuncIGlobalCache, TupleString, Int32)
Designates an intake supplier function. This overload of the SetIntakeSupplier method is intended for use in case of textual intake (such as Delimited, Flat, etc.) from multiple sources when access to the global cache is needed.
Top
See Also