Go to documentation repository
...
Section | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The export is described in the proto files ExportService.proto and Export.proto.
...
Export results are generated on the local Axxon One Server and can be passed by downloading the files using the DownloadFile method, which supports downloading from an arbitrary location in the file.
The method passes the export options, which are described in the Options message.
...
The id of the export operation will be received as the response to this method.
The SessionInfo message for each export operation will be received as the response to this method. If one response does not fit all the operations, then there will also be the next_page_token for the next page.
...
If the timeout is exceeded, the files will be deleted from the Server.
The id of the export operation is passed in the method.
...
If there are export operation results, then a Result message will be received.
The id of the export operation is passed in the method.
Its updated EState status will be received in response to this method.
The method can be used only after the export operation is completed.
...
In response to this method, FileChunk messages will be received with file data blocks, which will be coming until the entire file is downloaded.
The id of the export operation is passed in the method.