Show continuous export
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Returns the properties of a specified continuous export or all continuous exports in the database.
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
continuous-export
ContinuousExportName
.show
continuous-exports
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
ContinuousExportName | string |
✔️ | The name of the continuous export. |
Returns
Output parameter | Type | Description |
---|---|---|
CursorScopedTables | string |
List of explicitly scoped (fact) tables (JSON serialized) |
ExportProperties | string |
Export properties (JSON serialized) |
ExportedTo | datetime |
The last datetime (ingestion time) that was exported successfully |
ExternalTableName | string |
Name of the external table |
ForcedLatency | timeSpan |
Forced latency (null if not provided) |
IntervalBetweenRuns | timeSpan |
Interval between runs |
IsDisabled | bool |
True if the continuous export is disabled |
IsRunning | bool |
True if the continuous export is currently running |
LastRunResult | string |
The results of the last continuous-export run (Completed or Failed ) |
LastRunTime | datetime |
The last time the continuous export was executed (start time) |
Name | string |
Name of the continuous export |
Query | string |
Export query |
StartCursor | string |
Starting point of the first execution of this continuous export |