DataCubeService.queryDataCubeInfos Method

Return the collection of DataCubeInfo for the specified project and tenant ID.
 

Parameters

projectId

Type: String
(optional) The project ID to filter by. If not provided then information will be retrieved for all projects.
Optional: True
storageType

Type: StorageType
(optional) The storage type to filter by. If not provided then information will be retrieved for all types of storage.
Optional: True
jobRunResult

Type: JobRunResult
(optional) The job result to filter by. If not provided then information will be retrieved for all kinds of results.
Optional: True
tenantId

Type: String
(optional) The tenant ID to filter by. If not provided then information will be retrieved for all tenants.
Optional: True
pageNumber

Type: Number
(default=0) The page number. Set to 0 for all pages.
Optional: True
pageSize

Type: Number
(default=150) The number of results in each page.
Optional: True
orderBy

Type: Array
ElementType: OrderBy
(optional) The sort order of the result, or null if the order does not matter.
Optional: True
filter

Type: Array
ElementType: QueryFilterRule
(optional) The filter options for the result, or null if filtering is not needed.
Optional: True

Return Value


Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete. If successful, the collection of specified dundas.entities.DataCubeInfo is returned.