Eventhouse
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
displayName | string | Required | The item display name |
workspaceId | string | Required, Identifier | The containing Fabric workspace ID |
configuration | EventhouseConfiguration | The Eventhouse creation configuration. Changing this forces recreation of the Eventhouse. Cannot be used together with definition. | |
databaseIds | string[] | Read-only | The IDs of all KQL Database children of this Eventhouse |
definition | FabricItemDefinition | The item definition | |
description | string | The item description | |
folderId | string | The folder that contains the item | |
id | string | Read-only, Identifier | The Fabric item ID |
ingestionServiceUri | string | Read-only | The ingestion service URI |
minimumConsumptionUnits | string | Read-only | The minimum consumption units for the Eventhouse |
queryServiceUri | string | Read-only | The query service URI |
tags | string[] | The IDs of the tags applied to the item. Tags applied outside of Bicep are left untouched when this is not set. | |
type | string | Read-only | The Fabric item type |
EventhouseConfiguration
| Property | Type | Attributes | Description |
|---|---|---|---|
minimumConsumptionUnits | string | Required | The minimum consumption units for the Eventhouse. Accepted values: 0, 13, 18, 2.25, 26, 34, 4.25, 50, 8.5, or any number between 51 and 322. |
FabricItemDefinition
| Property | Type | Attributes | Description |
|---|---|---|---|
parts | FabricItemDefinitionPart[] | Required | The item definition parts |
format | string | The definition format |
FabricItemDefinitionPart
| Property | Type | Attributes | Description |
|---|---|---|---|
path | string | Required | The definition part path |
payload | string | Required | The base64-encoded definition part payload |