Comando .show table policy mirroring
Si applica a: ✅Microsoft Fabric
Visualizzare i criteri di mirroring della tabella.
Sintassi
.show
table
TableName policy
mirroring
Altre informazioni sulle convenzioni di sintassi.
Parametri
Nome | Digita | Obbligatorio | Descrizione |
---|---|---|---|
TableName | string |
✔️ | Nome della tabella per cui visualizzare i dettagli dei criteri. |
Valori restituiti
Restituisce una rappresentazione JSON dei criteri.
Esempio
Nell'esempio seguente vengono richieste informazioni sui criteri di mirroring della tabella myTable .
.show table myTable policy mirroring
Output
PolicyName | EntityName | Criteri | 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} | Tabella |