ClusterPropertiesResponse

data class ClusterPropertiesResponse(val capacityAllocated: Int, val capacityAssigned: Int, val clusterId: String, val createdDate: String, val provisioningState: String)

The properties associated with a Stream Analytics cluster.

Constructors

Link copied to clipboard
constructor(capacityAllocated: Int, capacityAssigned: Int, clusterId: String, createdDate: String, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the number of streaming units currently being used on the cluster.

Link copied to clipboard

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.

Link copied to clipboard

Unique identifier for the cluster.

Link copied to clipboard

The date this cluster was created.

Link copied to clipboard

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled