.show table policy mirroring コマンド
適用対象: ✅Microsoft Fabric
テーブルの ミラーポリシーを表示します。
構文
.show
table
TableName policy
mirroring
構文規則について詳しく知る。
パラメーター
件名 | タイプ | Required | 説明 |
---|---|---|---|
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} | テーブル |