StreamingJobData.Transformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET