Edit

Share via


.delete table policy merge command

Applies to: ✅ Microsoft FabricAzure Data Explorer

Delete a table's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.

Permissions

You must have at least Table Admin permissions to run this command.

Syntax

.delete table TableName policy merge

Learn more about syntax conventions.

Parameters

Name Type Required Description
TableName string ✔️ The name of the table for which to delete the merge policy.

Example

The following command deletes the merge policy at the table level.

.delete table MyTable policy merge