ExportResultInfo Class

Class that contains information regarding the result for an export operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ExportExportResultInfo

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public class ExportResultInfo

The ExportResultInfo type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets the ID of the user that created the export.
Public propertyBlobId
Gets the ID of the blob in the blob storage.
Public propertyException
Gets the exception generated during the export if one was encountered.
Public propertyExpiryDate
Gets the date the export file will be removed from the blob storage.
Public propertyExportDate
Gets the UTC DateTime the export was created.
Public propertyFileName
Gets the name of the export file.
Public propertyRequestId
Gets the ID of the request that created the export.
Public propertyStatus
Gets the final status of the export.
Public propertyTenantId
Gets the tenant ID the user is from.
Top
See Also