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
Remove the table's ingestion batching policy that defines data aggregation for batching. The ingestion batching policy applies to queued ingestion.
You must have at least Table Admin permissions to run this command.
.delete
table
TableName policy
ingestionbatching
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table. |
The following command deletes the batching policy on a table.
.delete table MyTable policy ingestionbatching