Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Applies to: ✅ Azure Data Explorer
Display the table's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.
You must have at least Database User, Database Viewer, or Database Monitor to run this command. For more information, see role-based access control.
.show
table
TableName policy
merge
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table for which to show the policy details. |
Returns a JSON representation of the policy.
Display the policy at the table level:
.show table table_name policy merge