Interface Transformation.UpdateStages.WithStreamingUnits

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

    public static interface Transformation.UpdateStages.WithStreamingUnits
    The stage of the Transformation update allowing to specify streamingUnits.
    • Method Detail

      • withStreamingUnits

        Transformation.Update withStreamingUnits​(Integer streamingUnits)
        Specifies the streamingUnits property: Specifies the number of streaming units that the streaming job uses..
        Parameters:
        streamingUnits - Specifies the number of streaming units that the streaming job uses.
        Returns:
        the next definition stage.