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.
Permissions
You must have at least Table Admin permissions to run this command.
Syntax
.delete table TableName policy ingestionbatching
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| TableName | string |
✔️ | The name of the table. |
Example
The following command deletes the batching policy on a table.
.delete table MyTable policy ingestionbatching