WarehouseSnapshot
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
configuration | WarehouseSnapshotConfiguration | Required | The Warehouse Snapshot creation configuration |
displayName | string | Required | The item display name |
workspaceId | string | Required, Identifier | The containing Fabric workspace ID |
connectionString | string | Read-only | The SQL connection string connected to the workspace containing this Warehouse Snapshot |
definition | FabricItemDefinition | Read-only | Not supported for Warehouse Snapshot items. |
description | string | The item description | |
folderId | string | The folder that contains the item | |
id | string | Read-only, Identifier | The Fabric item ID |
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 |
WarehouseSnapshotConfiguration
| Property | Type | Attributes | Description |
|---|---|---|---|
parentWarehouseId | string | Required | The Warehouse that this snapshot is taken from. Changing this forces recreation of the Warehouse Snapshot. |
snapshotDateTime | string | The point in time the snapshot represents, as an ISO 8601 timestamp. Defaults to the current time when not specified. |
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 |