ExportResultInfoData Class

The data contract object for a ExportResultInfo class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDescriptorBaseData
      Dundas.BI.WebApi.ModelsExportResultInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ExportResultInfoData : DescriptorBaseData

The ExportResultInfoData type exposes the following members.

Constructors
 NameDescription
Public methodExportResultInfoData Initializes a new instance of the ExportResultInfoData class.
Top
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 propertyDescription Gets or sets the object description.
(Inherited from DescriptorBaseData)
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 propertyExportDurationMs Gets the total duration of the export operation in milliseconds.
Public propertyFileName Gets the name of the export file.
Public propertyId Gets the object ID.
(Inherited from DescriptorBaseData)
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBaseData)
Public propertyRequestedById Gets the account ID of the user that requested the export.
Public propertyRequestedByMemberInfo Gets the requester member information resolved from RequestedById.
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.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyViewName Gets the name of the view or entity that was exported, before any file-name override was applied.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between ExportResultInfo and ExportResultInfoData.
Top
See Also