ClusterProperties Class

The properties associated with a Stream Analytics cluster.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ClusterProperties

Constructor

ClusterProperties(**kwargs)

Variables

created_date
datetime

The date this cluster was created.

cluster_id
str

Unique identifier for the cluster.

provisioning_state
str or <xref:stream_analytics_management_client.models.ClusterProvisioningState>

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled. Possible values include: "Succeeded", "Failed", "Canceled", "InProgress".

capacity_allocated
int

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

capacity_assigned
int

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.