Interface Output.UpdateStages.WithTimeWindow

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

    public static interface Output.UpdateStages.WithTimeWindow
    The stage of the Output update allowing to specify timeWindow.
    • Method Detail

      • withTimeWindow

        Output.Update withTimeWindow​(String timeWindow)
        Specifies the timeWindow property: The time frame for filtering Stream Analytics job outputs..
        Parameters:
        timeWindow - The time frame for filtering Stream Analytics job outputs.
        Returns:
        the next definition stage.