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