Share via


StreamingEndpoint.ScaleUnits Property

Definition

Gets or sets the number of scale units. Use the Scale operation to adjust this value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to