Interface StreamingJob.UpdateStages.WithOutputErrorPolicy

  • All Known Subinterfaces:
    StreamingJob.Update
    Enclosing interface:
    StreamingJob.UpdateStages

    public static interface StreamingJob.UpdateStages.WithOutputErrorPolicy
    The stage of the StreamingJob update allowing to specify outputErrorPolicy.
    • Method Detail

      • withOutputErrorPolicy

        StreamingJob.Update withOutputErrorPolicy​(OutputErrorPolicy outputErrorPolicy)
        Specifies the outputErrorPolicy property: Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size)..
        Parameters:
        outputErrorPolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
        Returns:
        the next definition stage.