Ask Your Question
4

What is the correct way to pause data intake in Azure Data Explorer?

asked 2023-05-05 11:44:01 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-05 11:44:02 +0000

lalupa gravatar image

To pause data intake in Azure Data Explorer, you can use the ".pause" command in the Kusto Query Language (KQL). This command will stop the ingestion of data into the specified table or database until you manually resume it. Here is an example syntax of the ".pause" command:

.pause <DatabaseName>.<TableName>

Just replace <databasename> and <tablename> with the actual names of your database and table.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-05 11:44:01 +0000

Seen: 17 times

Last updated: May 05 '23