.delete table policy ingestionbatching command

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