Disable or enable continuous export
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Disables or enables the continuous-export job. A disabled continuous export won't be executed, but its current state is persisted and can be resumed when the continuous export is enabled.
When enabling a continuous export that has been disabled for a long time, exporting will continue from where it last stopped when the exporting was disabled. This continuation may result in a long running export, blocking other exports from running, if there isn't sufficient database capacity to serve all processes. Continuous exports are executed by last run time in ascending order (oldest export will run first, until catch up is complete).
Permissions
You must have at least Database Admin permissions to run these commands.
Syntax
.enable
continuous-export
ContinuousExportName
.disable
continuous-export
ContinuousExportName
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
ContinuousExportName | string |
✔️ | The name of the continuous export. |
Returns
The result of the show continuous export command of the altered continuous export.