SkuCapacity interface
Describes scaling information of a SKU.
Properties
| allowed |
Specifies the valid streaming units a streaming job can scale to. NOTE: This property will not be serialized. It can only be populated by the server. |
| default | Specifies the default streaming units that the streaming job can use. NOTE: This property will not be serialized. It can only be populated by the server. |
| maximum | Specifies the maximum streaming units that the streaming job can use. NOTE: This property will not be serialized. It can only be populated by the server. |
| minimum | Specifies the minimum streaming units that the streaming job can use. NOTE: This property will not be serialized. It can only be populated by the server. |
| scale |
The scale type applicable to the SKU. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
allowedValues
Specifies the valid streaming units a streaming job can scale to. NOTE: This property will not be serialized. It can only be populated by the server.
allowedValues?: number[]
Property Value
number[]
default
Specifies the default streaming units that the streaming job can use. NOTE: This property will not be serialized. It can only be populated by the server.
default?: number
Property Value
number
maximum
Specifies the maximum streaming units that the streaming job can use. NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
minimum
Specifies the minimum streaming units that the streaming job can use. NOTE: This property will not be serialized. It can only be populated by the server.
minimum?: number
Property Value
number
scaleType
The scale type applicable to the SKU. NOTE: This property will not be serialized. It can only be populated by the server.
scaleType?: string
Property Value
string