.show table policy mirroring command

Display the table's mirroring policy.

Syntax

.show table TableName policy mirroring

Learn more about syntax conventions.

Parameters

Name Type Required Description
TableName string ✔️ The name of the table for which to show the policy details.

Returns

Returns a JSON representation of the policy.

Example

The following example requests information about the myTable table mirroring policy.

.show table myTable policy mirroring 

Output

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

This feature isn't supported.