.show table mirroring operations failures
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Returns the table's mirroring policy operations table export failures. It helps you identify failures or issues related to your table's mirroring operations.
Syntax
.show
table
TableName operations
mirroring-failures
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table for which to show the mirroring failure. |
Returns
Property | Type | Description |
---|---|---|
Timestamp | datetime |
Timestamp of the mirroring failure. |
LastSuccessRun | Timestamp | The last successful run of the export. |
FailureKind | string |
Either Failure or PartialFailure . PartialFailure indicates some artifacts were exported successfully before the failure occurred. |
Details | string |
Failure error details. |
Example
The following example requests operations mirroring export failures of the myTable table.
.show table MyTable operations mirroring-failures