Designing Intelligent Event Processor (IEP) Projects

ProcedureTo Create a Stream Output Operator

  1. Drag a Stream Output operator from the Palette to the Design view.

  2. Connect the input of the Stream Output operator to an operator that has stream output.

  3. Double-click the Stream Output operator.

    The property editor opens. Notice that the component has inherited the schema of its input stream.

  4. If you want to change the default name, then change the value in the Name field.

  5. If you want to include a timestamp on the output, then select the Include Timestamp check box.

  6. (Optional) Click the Documentation tab and supply notes on this component.

  7. Click OK.