Open this page in the API Guide

DataCubeController.SetupCubeReferencesProcess Method

Configure the referenced cubes processing priorities for the specified data cubes.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPutAttribute("SetupCubeReferencesProcess")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(409)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult SetupCubeReferencesProcess(
	[FromBodyAttribute] ScheduleDataCubesOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Models.ScheduleDataCubesOptions
The options used to set up the data cube storage.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

Type: ActionResult
See Also