Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeInstanceStorage interface contains properties and methods for saving data to a cube and controlling this process.
ICubeInstanceStorage
To get the object that is used to save data to cube, use the ICubeInstanceDestination.CreateStorage method.
Property name | Brief description | |
Callback | The Callback property determines an object that handles the errors that can occur on saving data to a cube. | |
LogKey | The LogKey property returns the key of the unique record in access protocol created after data saving. | |
ScenarioKey | The ScenarioKey property determines a key of scenario dictionary on saving data to a cube. | |
SaveMatrixCallback | The SaveMatrixCallback property determines a handler of data matrix saving to cube. |
Method name | Brief description | |
CreateMatrix | The CreateMatrix method creates an empty matrix that can be further filled with data and saved to cube. | |
SaveMatrix | The SaveMatrix method saves the matrix with data to a cube. | |
SaveMatrixEx | The SaveMatrixEx method saves data matrix to cube by several flags of changed values. | |
SaveMatrixT | The SaveMatrixT method saves data matrix to cube using the transaction manager. |
See also: