Show continuous export
Returns the properties of a specified continuous export or all continuous exports in the database.
Syntax
.show continuous-export ContinuousExportName
.show continuous-exports
Properties
| Property | Type | Description |
|---|---|---|
| ContinuousExportName | String | Name of continuous export. |
Output
| 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 | Boolean | True if the continuous export is disabled |
| IsRunning | Boolean | 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 |