Share via


Transformation.StreamingUnits Property

Definition

Gets or sets specifies the number of streaming units that the streaming job uses.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.streamingUnits")]
public int? StreamingUnits { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.streamingUnits")>]
member this.StreamingUnits : Nullable<int> with get, set
Public Property StreamingUnits As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to