From 83c987758374bbc92935b68ed438a69089b89933 Mon Sep 17 00:00:00 2001 From: anshulsharmas Date: Thu, 20 Feb 2025 12:27:30 +0800 Subject: [PATCH] Update show-table-mirroring-policy-command.md --- .../kusto/management/show-table-mirroring-policy-command.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data-explorer/kusto/management/show-table-mirroring-policy-command.md b/data-explorer/kusto/management/show-table-mirroring-policy-command.md index 4ad61c0969..7b846c03a9 100644 --- a/data-explorer/kusto/management/show-table-mirroring-policy-command.md +++ b/data-explorer/kusto/management/show-table-mirroring-policy-command.md @@ -40,4 +40,5 @@ The following example requests information about the *myTable* table mirroring p |PolicyName|EntityName|Policy|ChildEntities| EntityType| |------|------|------|------|------| -|MirroringPolicy|[a9c1234-b1c2-34d9-a9c1-b23c45d3e2fg3].[MyTable] |{"ConnectionStrings": ["https://example.microsoft.com/45a01bcd-cd22-41e0/45a01bcd-cd22-41e0-567f-g891-30hij152536kl/Tables/myTable/;******"], "Format": "parquet", "IsEnabled": true,"Partitions": null, "PathFormat": null} | | Table| +|MirroringPolicy|[a9c1234-b1c2-34d9-a9c1-b23c45d3e2fg3].[MyTable] |{"ConnectionStrings": ["https://example.microsoft.com/45a01bcd-cd22-41e0/45a01bcd-cd22-41e0-567f-g891-30hij152536kl/Tables/myTable/;******"], "Format": "parquet", "IsEnabled": true,"Partitions": null, "PathFormat": null, "Backfill": false, + "EffectiveDateTime": null, "TargetLatencyInMinutes": 180} | | Table|