Share via


StreamingJob.Transformation Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.transformation")]
public Microsoft.Azure.Management.StreamAnalytics.Models.Transformation Transformation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.transformation")>]
member this.Transformation : Microsoft.Azure.Management.StreamAnalytics.Models.Transformation with get, set
Public Property Transformation As Transformation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to