Interface StreamingJob.UpdateStages.WithTransformation

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

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

      • withTransformation

        StreamingJob.Update withTransformation​(TransformationInner transformation)
        Specifies the transformation property: Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation..
        Parameters:
        transformation - Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
        Returns:
        the next definition stage.