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.
Applies to: ✅ Azure Data Explorer
Deletes the materialized view's partitioning policy. The partitioning policy defines if and how extents (data shards) should be partitioned for a specific table or a materialized view.
Permissions
You must have at least Table Admin permissions to run this command.
Syntax
.delete materialized-view MaterializedViewName policy partitioning
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| MaterializedViewName | string |
✔️ | The name of the materialized view for which to delete the partitioning policy. |
Example
Delete the policy at the materialized view level:
.delete materialized-view MyMaterializeView policy partitioning