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
Public Enumeration ExportResultInfoQueryField
public enum class ExportResultInfoQueryField
type ExportResultInfoQueryField
Members
| Member name | Value | Description |
---|
| None | 0 | No field specified. |
| FileName | 1 | The Name property. |
| AccountId | 2 | The ID of the user that created the export. |
| BlobId | 3 | The BlobId property. |
| ExpiryDate | 4 | The UTC date time that the export was created. |
| ExportedDate | 5 | The UTC date time that the export blob will be removed from the warehouse database. |
| TenantId | 6 | The ID of the tenant associated with the creator of the export. |
See Also