---
title: Stream Analytics Cluster
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Stream Analytics Cluster
---

# Stream Analytics Cluster

This table represents the stream_analytics_cluster resource from Microsoft Azure.

```
azure.stream_analytics_cluster
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                                                                                                                                                                                   | Description |
| ------------------ | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string     |
| capacity_allocated | core | int64      | Represents the number of streaming units currently being used on the cluster.                                                                                                                                                                               |
| capacity_assigned  | core | int64      | 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.                                                                                                     |
| cluster_id         | core | string     | Unique identifier for the cluster.                                                                                                                                                                                                                          |
| created_date       | core | string     | The date this cluster was created.                                                                                                                                                                                                                          |
| etag               | core | string     | The current entity tag for the cluster. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. |
| id                 | core | string     | Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}                                                                   |
| location           | core | string     | The geo-location where the resource lives                                                                                                                                                                                                                   |
| name               | core | string     | The name of the resource                                                                                                                                                                                                                                    |
| provisioning_state | core | string     |
| resource_group     | core | string     |
| sku                | core | json       |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| tags               | core | hstore_csv |
| type               | core | string     | The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.                                                                                                                                                       |
