Click or drag to resize

HoarderServiceClient.ExportCollectionToXmlBlob Method

Starts an export of the entire database to an XML document in the backup container.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<string> ExportCollectionToXmlBlob()

Return Value

Task<String>
The 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 contain the processing log when the export completes.

See Also