DataCubeController Class |
Namespace: Dundas.BI.WebApi.Controllers
The DataCubeController type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataCubeController |
Initializes a new instance of the DataCubeController class.
|
Name | Description | |
---|---|---|
![]() | AddSelectTransform |
Adds a new select transform to the data cube.
|
![]() | BuildStorage |
Starts processing the data cube into the data cube's storage option. This call will not wait for the processing to finish to return.
|
![]() | ChangeAnalysisElementVisibility |
Shows or hides an analysis element within the data cube.
|
![]() | ClearDataResultCache |
Clears all the results based on the specified cube from the data result cache.
|
![]() | ConnectTransform |
Connect two transforms together.
|
![]() | CreateFormulaDefinition |
Creates a new formula definition on the datacube.
|
![]() | CreateParameter |
Creates a new parameter on the transform. Parameters for Output Element filtering or Transform setting can be created.
|
![]() | CreateStructureSelectionParameter |
Creates a new Structure Selection Parameter to be created on the transform.
|
![]() | DeleteFormulaDefinition |
Deletes a formula definition on the datacube.
|
![]() | DeleteParameter |
Deletes a parameter on the transform.
|
![]() | DeletePlaceholder |
Deletes a placeholder on the transform.
|
![]() | DeleteRelationship |
Deletes the relationship by join for the given data cube.
|
![]() | DisconnectTransform |
Disconnect the output data connector of a transform.
|
![]() | DiscoverColumns |
Refreshes the elements of the specified transform on a data cube.
|
![]() | EnsureCallerContext |
If the current context is not already the specified context, creates a new caller context which is
a clone of the specified context and sets it as the current one.
(Inherited from ApiControllerBase.) |
![]() | EnsureFormFileMultipartContent |
Ensures when form files are access the content is MIME multi-part which we want.
(Inherited from ApiControllerBase.) |
![]() | GenerateDataCube |
Generates a new data cube.
|
![]() | GetClientIdFromCookieOrProvided |
Gets the client ID from cookie or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) |
![]() | GetCustomConfigurationUI |
Gets the custom configuration UI for the specified transform in the system.
|
![]() | GetDataCube |
Gets a data cube.
|
![]() | GetDataCubeAndChildren |
Retrieves a data cube and its children.
|
![]() | GetDataCubeAndParents |
Retrieves a data cube and it's parent cubes.
|
![]() | GetDataCubeInfos |
Gets the collection of DataCubeInfoData for the specified IDs.
|
![]() | GetRelationships |
Gets the relationships for the given data cube.
|
![]() | GetSchedule |
Gets the schedule for the data cube.
|
![]() | GetServiceT |
Gets the requested service.
(Inherited from ApiControllerBase.) |
![]() | GetSessionIdFromCookieHeaderOrProvided |
Gets the session ID from cookie, the authorization header or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) |
![]() | InsertTransform |
Inserts the specified transform into a data cube.
|
![]() | IsTenantWarehouseScheduleSupported |
Checks if the tenant warehouse schedule is supported.
|
![]() | LoadSession |
Creates a new caller context associated with the specified session ID. The session is not validated.
(Inherited from ApiControllerBase.) |
![]() | PreviewTransform |
Gets preview data for the specified transform from a data cube.
|
![]() | PreviewTransformStatistics |
Gets preview statistics for the specified transform from a data cube.
|
![]() | RefreshTransform |
Refreshes the elements of the specified transform on a data cube.
|
![]() | RemoveSchedule |
Removes the schedule from the specified data cube.
|
![]() | RemoveTransform |
Removes the specified transform from a data cube.
|
![]() | ReplaceDataConnector |
Replaces the data connector of a manual select transform with the option to also specify the native structure to replace with. This is used to change one data connector with another to effectively replace the data source of the transform.
|
![]() | ReplaceElementNames |
Replaces the element names on a select transform. This is used to change an element to use a different native column.
|
![]() | ReplaceStructure |
Replaces the structure of a select transform. This is used to change one structure with another to effectively replace the source of a select transform.
|
![]() | RequestBridgeParameter |
Creates a new bridge parameter to be created on the data process.
|
![]() | RequestFirstFormFile |
Retrieves the first form file from the request.
(Inherited from ApiControllerBase.) |
![]() | RequestFormFiles |
Retrieves the form files from the request.
(Inherited from ApiControllerBase.) |
![]() | RestoreUndoFrame |
Restores the data cube to the given undo frame ID.
|
![]() | ReturnInvalidWindowsIdentityResponse |
Returns the invalid windows identity response to challenge the browser.
(Inherited from ApiControllerBase.) |
![]() | SaveResultConnector |
Updates the result connector element with the options sent.
|
![]() | ScheduleDataWarehouseCubes |
Configure data warehousing storage and the referenced cubes processing priorities for the specified data cubes.
|
![]() | ScheduleInMemoryCubes |
Configure in-memory storage and the referenced cubes processing priorities for the specified data cubes.
|
![]() | ScheduleStorage |
Creates a scheduled task for storing the data cube in the warehouse or in-memory.
|
![]() | ScheduleTenantCubeOverride |
Configure a tenant processing schedule override.
|
![]() | SetupCubeReferencesProcess |
Configure the referenced cubes processing priorities for the specified data cubes.
|
![]() | StorageInfo |
Retrieves a data cube's storage information.
|
![]() | TestBridgeParameterScript |
Tests a bridge parameter's attached parameter information script by passing a value and seeing if a parameter value is returned or an error is raised.
|
![]() | TestHierarchyPromotion |
Tests to see whether a hierarchy promotion is compatible.
|
![]() | UpdateDataCube |
Updates a data cube.
|
![]() | UpdateDataCubeStorageType |
Updates the storage type of the specified data cube.
|
![]() | UpdateFormulaDefinition |
Updates an existing formula definition on the datacube.
|
![]() | UpdateRelationships |
Updates the relationships for the given data cube and transform.
|
![]() | UpdateTransform |
Updates the specified transform on a data cube.
|