KQLDatabase
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
displayName | string | Required | The item display name |
workspaceId | string | Required, Identifier | The containing Fabric workspace ID |
configuration | KQLDatabaseConfiguration | The KQL Database creation configuration. Changing this forces recreation of the KQL Database. Required unless the KQL Database is created from a definition. | |
databaseType | 'ReadWrite' | 'Shortcut' | Read-only | The type of the KQL Database |
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 |
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 |
KQLDatabaseConfiguration
| Property | Type | Attributes | Description |
|---|---|---|---|
eventhouseId | string | Required | The Eventhouse that contains the KQL Database |
databaseType | 'ReadWrite' | 'Shortcut' | The type of KQL Database to create. Defaults to ReadWrite. | |
invitationToken | string | An invitation token for a data-share based shortcut database. Cannot be combined with 'sourceClusterUri' or 'sourceDatabaseName'. | |
sourceClusterUri | string | The URI of the source Kusto cluster. Required when 'databaseType' is 'Shortcut' and 'invitationToken' is not set. | |
sourceDatabaseName | string | The name of the database in the source Kusto cluster. Required when 'databaseType' is 'Shortcut' and 'invitationToken' is not set. |
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 |