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
Display the database's ingestion batching policy that defines data aggregation for batching. The ingestion batching policy applies to queued ingestion.
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.
.show
database
DatabaseName policy
ingestionbatching
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
DatabaseName | string |
✔️ | The name of the database. |
Returns a JSON representation of the policy.
The following command returns the batching policy on a database.
.show database MyDatabase policy ingestionbatching