 | HoarderServiceClientExportToAzureTables Method |
Starts an exports the entire database to Azure Tables in the backup storage account.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntaxpublic Task<string> ExportToAzureTables()
Return Value
TaskStringThe name of the export worker log file.
Remarks
This call starts the export processing running in the background then returns. The response body string contains the Uri of the Azure Blob that will containing the processing log when the export completes. This backup is purely experimental but it seems to be working correctly. The exported data is partially normalised, so it could be used to reconstruct the database if it was necessary.
See Also