AnalysisExportResult Structure

Use the AnalysisExportResult structure to specify the execution options when exporting the result.

The AnalysisExportResult structure is used in the AnalysisExportViewsService Service.

AnalysisExportResult Structure Fields

Fields Description

viewData

Specifies the returned content of the view data in the format specified in the AnalysisExportOutputFormat.

String mimeType

Specifies mime type of view data returned.

String queryID

Specifies query ID of the request. You use this as a parameter in completeAnalysisExport method.

completeAnalysisExport

Specifies the status of the download request. The values are:

  • String InProgress - Specifies that download is in progress

  • String Error - Specifies that download request resulted in Error.

  • String Done - Specifies that download is done.