.show table policy mirroring 命令

显示表的镜像策略

语法

.show table TableName policy mirroring

详细了解语法约定

参数

客户 类型​​ 必需 说明
TableName string ✔️ 要显示其策略详细信息的表的名称。

返回

返回策略的 JSON 表示形式。

示例

以下示例请求有关 myTable 表镜像策略的信息

.show table myTable policy mirroring 

输出

PolicyName EntityName 策略 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}

不支持此功能。