The CubeStorageSaveDataMode enumeration contains possible places of saving data.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | None. Do not save data. |
| 1 | Db. Save data only to database. |
| 16 | Cache. Save data only to cube cache. |
| 17 | All. Save data to database and cube cache. |
See also: