DataCubeService.generateDataCube Method

Generates a data cube based on the native object information given.
 

Parameters

generateOptions

Type: Object

 An object containing options required to generate the Data Cube.
 parentId            [type: String] - The ID of the parent folder to generate the cube within.
 nativeObjectId      [type: String] - The ID of the native object to base this metric set on.
 nativeObjectType    [type: dundas.ObjectType] - The type of the native object to base this metric set on.
 providerId          [type: String] - The ID of the provider to be used with query to base this metric set on. 
 query               [type: String] - The query to be sent to the provider to base this metric set on. 

Return Value


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