Skip to content

Commit

Permalink
Merging changes synced from https://github.com/MicrosoftDocs/dataexpl…
Browse files Browse the repository at this point in the history
…orer-docs-pr (branch live)
  • Loading branch information
Learn Build Service GitHub App authored and Learn Build Service GitHub App committed Sep 26, 2024
2 parents 47618cf + 6a6ea98 commit ccd21de
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions data-explorer/kusto/includes/mirroring-note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
ms.topic: include
ms.date: 09/23/2024
---

> [!NOTE]
> When the mirroring policy is enabled, tables can't be renamed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: .alter-merge table policy mirroring command
description: Learn how to use the `.alter-merge table policy mirroring` command to create a logical copy of tables of your database.
ms.reviewer: sharmaanshul
ms.topic: reference
ms.date: 08/11/2024
ms.date: 09/23/2024
monikerRange: "microsoft-fabric"
---

Expand Down Expand Up @@ -40,6 +40,8 @@ Changes the tables's [mirroring policy](mirroring-policy.md). The mirroring poli
|--|--|--|
|`IsEnabled`| `bool`| A Boolean value that determines whether the mirroring policy is enabled. Default is `true`. When the mirroring policy is disabled and set to `false`, the underlying mirroring data is soft-deleted and retained in the database. |

[!INCLUDE [mirroring-note](../includes/mirroring-note.md)]

## Examples

### .alter table policy mirroring
Expand Down
4 changes: 3 additions & 1 deletion data-explorer/kusto/management/mirroring-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Mirroring policy
description: Learn how to use the mirroring policy.
ms.reviewer: sharmaanshul
ms.topic: reference
ms.date: 08/11/2024
ms.date: 09/23/2024
monikerRange: "microsoft-fabric"
---
# Mirroring policy
Expand Down Expand Up @@ -35,6 +35,8 @@ The mirroring policy includes the following properties:
> [!WARNING]
> Deleting or dropping the table mirroring policy will permanently delete the delta table in OneLake.
[!INCLUDE [mirroring-note](../includes/mirroring-note.md)]

[!INCLUDE [partitions-formatting](../includes/partitions-formatting.md)]

> [!NOTE]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: .show table mirroring operations command
description: Learn how to use the `.show table mirroring operations` command to check the mirroring policy operations.
ms.reviewer: sharmaanshul
ms.topic: reference
ms.date: 08/11/2024
ms.date: 09/23/2024
monikerRange: "microsoft-fabric"
---
# .show table mirroring operations command
Expand Down Expand Up @@ -37,6 +37,8 @@ Check the table's [mirroring policy](mirroring-policy.md) operations mirroring s
|LastExportedDataTime|`datetime` | The time of the last data export. |
|Latency | `timespan` |The maximum amount of time in minutes between the last and next time new data was added to your logical copy. |

[!INCLUDE [mirroring-note](../includes/mirroring-note.md)]

## Example

The following example requests operations mirroring status of the *myTable* table.
Expand Down

0 comments on commit ccd21de

Please sign in to comment.