Share via


Cluster.CapacityAllocated Property

Definition

Gets represents the number of streaming units currently being used on the cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to