.delete table ingestion batching policy

Remove the table ingestion batching policy that defines data aggregation for batching.

Syntax

.delete table TableName policy ingestionbatching

Arguments

TableName - Specify the name of the table.

Example

The following command deletes the batching policy on a table.

.delete table MyTable policy ingestionbatching

Next steps