你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
.show table policy merge command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Display the table's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.
Permissions
You must have at least Database User, Database Viewer, or Database Monitor to run this command. For more information, see role-based access control.
Syntax
.show
table
TableName policy
merge
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
Display the policy at the table level:
.show table table_name policy merge