Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion data-explorer/kusto/.openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,21 @@
{
"source_path": "query/re2.md",
"redirect_url": "/kusto/query/regex",

"redirect_document_id": true
},
{
"source_path": "management/show-table-mirroring-operations-command.md",
"redirect_url": "/kusto/management/show-table-operations-mirroring-status-command",
"redirect_document_id": true
},
{
"source_path": "management/show-table-mirroring-operations-exported-artifacts.md",
"redirect_url": "/kusto/management/show-table-operations-mirroring-exported-artifacts-command",
"redirect_document_id": true
},
{
"source_path": "management/show-table-mirroring-operations-failures.md",
"redirect_url": "/kusto/management/show-table-operations-mirroring-failures-command",
"redirect_document_id": true
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: .show table mirroring operations exported artifacts command
description: Learn how to use the `.show table mirroring operations exported artifacts` command to check the mirroring operations exported artifacts.
title: .show table operations mirroring-exported-artifacts command
description: Learn how to use the `.show table operations mirroring-exported-artifacts` command to check the mirroring operations exported artifacts.
ms.reviewer: sharmaanshul
ms.topic: reference
ms.date: 08/11/2024
ms.date: 12/10/2024
---
# .show table mirroring operations exported artifacts command
# .show table operations mirroring-exported-artifacts command

> [!INCLUDE [applies](../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../includes/applies-to-version/azure-data-explorer.md)]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: .show table mirroring operations failures
description: Learn how to use the `.show table mirroring operations failures` command to check the mirroring operations failures.
title: .show table operations mirroring-failures command
description: Learn how to use the `.show table operations mirroring-failures` command to check the mirroring operations failures.
ms.reviewer: sharmaanshul
ms.topic: reference
ms.date: 08/11/2024
ms.date: 12/10/2024
---
# .show table mirroring operations failures
# .show table operations mirroring-failures command

> [!INCLUDE [applies](../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../includes/applies-to-version/azure-data-explorer.md)]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: .show table mirroring operations command
description: Learn how to use the `.show table mirroring operations` command to check the mirroring policy operations.
title: .show table operations mirroring command
description: Learn how to use the `.show table operations mirroring` command to check the mirroring policy operations.
ms.reviewer: sharmaanshul
ms.topic: reference
ms.date: 09/23/2024
ms.date: 12/10/2024
monikerRange: "microsoft-fabric"
---
# .show table mirroring operations command
# .show table operations mirroring command

> [!INCLUDE [applies](../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../includes/applies-to-version/fabric.md)]

Expand Down
28 changes: 14 additions & 14 deletions data-explorer/kusto/management/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ items:
- name: .alter database prettyname command
href: alter-database-prettyname.md
- name: .drop database prettyname command
href: drop-database-prettyname.md
href: drop-database-prettyname.md
- name: .show database schema command
displayName: .show databases schema
href: show-schema-database.md
Expand Down Expand Up @@ -239,7 +239,7 @@ items:
- name: Columns management
href: columns.md
- name: Change column type without data loss
href: change-column-type-without-data-loss.md
href: change-column-type-without-data-loss.md
- name: .alter column command
href: alter-column.md
- name: .drop column command
Expand Down Expand Up @@ -510,15 +510,15 @@ items:
- name: .show table policy mirroring command
href: show-table-mirroring-policy-command.md
displayName: .show table mirroring policy
- name: .show table mirroring operations command
href: show-table-mirroring-operations-command.md
displayName: .show table mirroring operations
- name: .show table mirroring operations exported artifacts command
href: show-table-mirroring-operations-exported-artifacts.md
displayName: .Show table mirroring operations exported artifacts
- name: .show table mirroring operations failures command
href: show-table-mirroring-operations-failures.md
displayName: show table mirroring operations failures
- name: .show table operations mirroring-status command
href: show-table-operations-mirroring-status-command.md
displayName: .show table mirroring status operations
- name: .show table operations mirroring-exported-artifacts command
href: show-table-operations-mirroring-exported-artifacts-command.md
displayName: .show table mirroring operations exported artifacts
- name: .show table operations mirroring-failures command
href: show-table-operations-mirroring-failures-command.md
displayName: show table mirroring operations failures
- name: Partitioning
items:
- name: Partitioning policy
Expand Down Expand Up @@ -554,15 +554,15 @@ items:
- name: Query acceleration policy
href: query-acceleration-policy.md
displayName: external table, delta table
- name: .alter query acceleration policy command
- name: .alter query acceleration policy command
href: alter-query-acceleration-policy-command.md
displayName: external table, delta table
- name: .delete query acceleration policy command
href: delete-query-acceleration-policy-command.md
displayName: external table, delta table
- name: .show external table operations query acceleration statistics command
href: show-external-table-operations-query-acceleration-statistics.md
displayName: external table, delta table
displayName: external table, delta table
- name: .show query acceleration policy command
href: show-query-acceleration-policy-command.md
displayName: external table, delta table
Expand Down Expand Up @@ -924,7 +924,7 @@ items:
href: streaming-ingestion-statistics.md
- name: .show table data statistics
href: show-table-data-statistics.md
- name: Advanced data management
- name: Advanced data management
items:
- name: Clear cached external artifacts
href: clear-external-artifacts-cache-command.md
Expand Down
Loading