StreamingJobData.Transformation Property

Definition

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.

public Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationData Transformation { get; set; }
member this.Transformation : Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationData with get, set
Public Property Transformation As StreamingJobTransformationData

Property Value

Applies to