Shortcut
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
itemId | string | Required, Identifier | The item ID |
name | string | Required, Identifier | The name of the shortcut |
path | string | Required, Identifier | The full path where the shortcut is created, including either 'Files' or 'Tables' |
target | ShortcutTarget | Required | The target datasource. Must specify exactly one of the supported destinations |
workspaceId | string | Required, Identifier | The Workspace ID |
shortcutConflictPolicy | 'Abort' | 'CreateOrOverwrite' | 'OverwriteOnly' | 'GenerateUniqueName' | The action to take when a shortcut with the same name and path already exists. Defaults to Abort |
ShortcutTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
adlsGen2 | ShortcutAdlsGen2Target | An object containing the properties of the target ADLS Gen2 data source | |
amazonS3 | ShortcutAmazonS3Target | An object containing the properties of the target Amazon S3 data source | |
azureBlobStorage | ShortcutAzureBlobStorageTarget | An object containing the properties of the target Azure Blob Storage data source | |
dataverse | ShortcutDataverseTarget | An object containing the properties of the target Dataverse data source | |
externalDataShare | ShortcutExternalDataShareTarget | Read-only | An object containing the properties of the target external data share |
googleCloudStorage | ShortcutGoogleCloudStorageTarget | An object containing the properties of the target Google Cloud Storage data source | |
oneDriveSharePoint | ShortcutOneDriveSharePointTarget | An object containing the properties of the target OneDrive for Business & SharePoint Online data source | |
oneLake | ShortcutOneLakeTarget | An object containing the properties of the target OneLake data source | |
s3Compatible | ShortcutS3CompatibleTarget | An object containing the properties of the target S3 compatible data source | |
type | string | Read-only | The type of the target shortcut account |
ShortcutAdlsGen2Target
| Property | Type | Attributes | Description |
|---|---|---|---|
connectionId | string | Required | The ID of the connection bound with the shortcut |
location | string | Required | The location of the target ADLS container, in the format https://[account-name].dfs.core.windows.net |
subpath | string | Required | The container and subfolder within the ADLS account where the target folder is located, in the format [container]/[subfolder] |
ShortcutAmazonS3Target
| Property | Type | Attributes | Description |
|---|---|---|---|
connectionId | string | Required | The ID of the connection bound with the shortcut |
location | string | Required | The HTTP URL that points to the target bucket in S3, in the format https://[bucket-name].s3.[region-code].amazonaws.com |
subpath | string | Required | The target folder or subfolder within the S3 bucket |
ShortcutAzureBlobStorageTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
connectionId | string | Required | The ID of the connection bound with the shortcut |
location | string | Required | The location of the target Azure Blob Storage container, in the format https://[account-name].blob.core.windows.net |
subpath | string | Required | The container and subfolder within the Azure Blob Storage account where the target folder is located, in the format [container]/[subfolder] |
ShortcutDataverseTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
connectionId | string | Required | The ID of the connection bound with the shortcut |
deltalakeFolder | string | Required | The DeltaLake folder path where the target data is stored |
environmentDomain | string | Required | The URI of the Dataverse target environment's domain, in the format https://[orgname].crm[xx].dynamics.com |
tableName | string | Required | The name of the target table in Dataverse |
ShortcutExternalDataShareTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
connectionId | string | Read-only | The ID of the connection bound with the shortcut |
ShortcutGoogleCloudStorageTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
connectionId | string | Required | The ID of the connection bound with the shortcut |
location | string | Required | The HTTP URL that points to the target bucket in GCS, in the format https://[bucket-name].storage.googleapis.com |
subpath | string | Required | The target folder or subfolder within the GCS bucket |
ShortcutOneDriveSharePointTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
connectionId | string | Required | The ID of the connection bound with the shortcut |
location | string | Required | The location of the target OneDrive SharePoint container, in the format https://microsoft.sharepoint.com |
subpath | string | Required | The container and subfolder within the OneDrive SharePoint account where the target folder is located, in the format [container]/[subfolder] |
updateFabricItemSensitivity | bool | Whether the Fabric item sensitivity label should be kept consistent with the SharePoint site level label. Defaults to false |
ShortcutOneLakeTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
itemId | string | Required | The ID of the target item in OneLake. The target can be an item of Lakehouse, KQLDatabase, or Warehouse |
path | string | Required | The full path to the target folder within the item, relative to the root of the OneLake directory structure |
workspaceId | string | Required | The ID of the target workspace |
ShortcutS3CompatibleTarget
| Property | Type | Attributes | Description |
|---|---|---|---|
bucket | string | Required | The target bucket within the S3 compatible location |
connectionId | string | Required | The ID of the connection bound with the shortcut |
location | string | Required | The HTTP URL of the S3 compatible endpoint, without a bucket specified |
subpath | string | Required | The target folder or subfolder within the S3 compatible bucket |