Working with Cubes

This section describes operations that are used to work with various repository cubes. The operations enable the user to get information on cube structure and cube data. Structural changes are supported for standard cubes.

Operations

  Operation Brief description
The CloseCube operation closes an open cube instance and indicates whether the instance is closed successfully.
The CloseCubeImport operation closes an instance of data import to cube and returns whether the instance is closed successfully.
The GetCalculatedCubeFormulas operation gets formulas for calculated cube.
The GetCube operation gets cube metadata.
The GetCubeImport operation gets metadata of object of data import to cube.
The OpenCube operation opens a repository cube and returns context for working with the cube's structure.
The OpenCubeImport operation creates an object of data import to cube and returns the context for working with it.
The SaveCalculatedCubeFormulas operation saves changes in calculated cube formulas.
The SetCalculatedCubeFormulas operation changes formulas for calculated cube.
The SetCube operation changes cube metadata.
The SetCubeImport operation changes metadata of object of data import to cube.
The UpdCubeCache operation creates a new or updates existing In-Memory cache for the specified cube.

Working with Cube Segments

  Operation Brief description
CloseSeg The CloseSeg operation closes a cube segment instance.
CloseSegCont The CloseSegCont operation closes a segment container instance.
GetSeg The GetSeg operation gets cube segment metadata.
GetSegCont The GetSegCont operation gets segment container metadata.
OpenSeg The OpenSeg operation opens a cube segment.
OpenSegCont The OpenSegCont operation opens a cube segment container.
SetSeg The SetSeg operation changes cube segment metadata.
SetSegCont The SetSegCont operation changes segment container metadata.

See also:

Web Service Operations