RequestStatus Enumeration |
Represents the status of an export data request.
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 RequestStatus
Public Enumeration RequestStatus
public enum class RequestStatus
Members
| Member name | Value | Description |
---|
| Valid | 0 |
The data request is in a valid state.
|
| MetricSetDeleted | 1 |
The data request's metric set has been deleted.
|
| MetricSetUnauthorized | 2 |
The user no longer has access to the data request's metric set.
|
| MetricSetInactive | 3 |
The metric set is no longer active. It was a transient metric set which has been deleted but we still have a revision of the parent so it's possible the parent could be rolled back and this would become active again.
|
| MetricSetUnloadable | 4 |
The metric set can't load due to an exception.
|
See Also