.show table policy ingestionbatching command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Displays 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 Database User, Database Viewer, or Database Monitor permissions to run this command. For more information, see role-based access control.
Syntax
.show
table
TableName policy
ingestionbatching
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table for which to show the policy details. |
Returns
Returns a JSON representation of the policy.
Example
The following command returns the batching policy on a table.
.show table MyTable policy ingestionbatching