Share via


Cluster.CapacityAssigned Property

Definition

Gets represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.capacityAssigned")]
public int? CapacityAssigned { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.capacityAssigned")>]
member this.CapacityAssigned : Nullable<int>
Public ReadOnly Property CapacityAssigned As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to