.delete database policy ingestionbatching command

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.

Permissions

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

Syntax

.delete database DatabaseName policy ingestionbatching

Learn more about syntax conventions.

Parameters

Name Type Required Description
DatabaseName string ✔️ The name of the database.

Example

The following command deletes the batching policy on a database.

.delete database MyDatabase policy ingestionbatching