ClusterProperties interface

The properties associated with a Stream Analytics cluster.

Properties

capacityAllocated

Represents the number of streaming units currently being used on the cluster. NOTE: This property will not be serialized. It can only be populated by the server.

capacityAssigned

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. NOTE: This property will not be serialized. It can only be populated by the server.

clusterId

Unique identifier for the cluster. NOTE: This property will not be serialized. It can only be populated by the server.

createdDate

The date this cluster was created. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

capacityAllocated

Represents the number of streaming units currently being used on the cluster. NOTE: This property will not be serialized. It can only be populated by the server.

capacityAllocated?: number

Property Value

number

capacityAssigned

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. NOTE: This property will not be serialized. It can only be populated by the server.

capacityAssigned?: number

Property Value

number

clusterId

Unique identifier for the cluster. NOTE: This property will not be serialized. It can only be populated by the server.

clusterId?: string

Property Value

string

createdDate

The date this cluster was created. NOTE: This property will not be serialized. It can only be populated by the server.

createdDate?: Date

Property Value

Date

provisioningState

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string