ExportResultInfoQueryField Enumeration

Properties that can be used to query for export results.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ExportResultInfoQueryField
Members
  Member nameValueDescription
None0No field specified.
FileName1The Name property.
AccountId2The ID of the user that created the export.
BlobId3The BlobId property.
ExpiryDate4The UTC date time that the export was created.
ExportedDate5The UTC date time that the export blob will be removed from the warehouse database.
TenantId6The ID of the tenant associated with the creator of the export.
See Also