.show continuous-export

This article describes how to show continuous data export properties.

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

Parameters

NameTypeRequiredDescription
ContinuousExportNamestring✔️The name of the continuous export.

Returns

Output parameterTypeDescription
CursorScopedTablesstringThe list of explicitly scoped (fact) tables (JSON serialized).
ExportPropertiesstringThe export properties (JSON serialized).
ExportedTodatetimeThe last datetime (ingestion time) that was exported successfully.
ExternalTableNamestringThe external table name.
ForcedLatencytimeSpanThe forced latency timespan, if defined. Returns Null if no timespan is defined.
IntervalBetweenRunstimeSpanThe interval between runs.
IsDisabledboolA boolean value indicating whether the continuous export is disabled.
IsRunningboolA boolean value indicating whether the continuous export is currently running.
LastRunResultstringThe results of the last continuous-export run (Completed or Failed).
LastRunTimedatetimeThe last time the continuous export was executed (start time)
NamestringThe name of the continuous export.
QuerystringThe export query.
StartCursorstringThe starting point of the first execution of this continuous export.