UniverseDetails
Query universe details for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM UniverseDetails
SELECT * FROM UniverseDetails WHERE Id=1
SELECT * FROM UniverseDetails WHERE Aggregated=true
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The universe ID. |
| CUID | String | The universe CUID. |
| Name | String | The universe name. |
| Description | String | The universe description. |
| Connected | Bool | The universe connected status. |
| FolderId | Integer | The universe folder id. |
| Path | String | The universe path. |
| Revision | Integer | The universe revision number. |
| Type | String | The universe type. |
| SubType | String | The universe sub type. |
| MaxRetrievalTime | Integer | The universe max retrieval time. |
| MaxRowsRetrieved | Integer | The universe max rows retrieved. |
| Outline | String | The universe outline aggregate. |
| Aggregated | Bool | Indicates if the outline is aggregated. |