StreamAnalyticsClusterProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties associated with a Stream Analytics cluster.
public class StreamAnalyticsClusterProperties
type StreamAnalyticsClusterProperties = class
Public Class StreamAnalyticsClusterProperties
- Inheritance
-
StreamAnalyticsClusterProperties
Constructors
StreamAnalyticsClusterProperties() |
Initializes a new instance of StreamAnalyticsClusterProperties. |
Properties
CapacityAllocated |
Represents the number of streaming units currently being used on the cluster. |
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. |
ClusterId |
Unique identifier for the cluster. |
CreatedOn |
The date this cluster was created. |
ProvisioningState |
The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled. |
Applies to
Azure SDK for .NET