StreamingEndpointSkus

data class StreamingEndpointSkus(val capacity: Int? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The sku capacity of Streaming Endpoint.

Link copied to clipboard
val name: String? = null

The name which should be used for this Streaming Endpoint maximum length is 24. Changing this forces a new Streaming Endpoint to be created.