1# OH_Rdb_Config 2 3 4## Overview 5 6Defines the RDB store configuration. 7 8**Since** 9 1010 11 12**Related Modules** 13 14[RDB](_r_d_b.md) 15 16 17## Summary 18 19 20### Member Variables 21 22| Name| Description| 23| -------- | -------- | 24| [selfSize](_r_d_b.md#selfsize) | Size of the struct.| 25| [dataBaseDir](_r_d_b.md#databasedir) | Path of the database file.| 26| [storeName](_r_d_b.md#storename) | Name of the RDB store.| 27| [bundleName](_r_d_b.md#bundlename) | Bundle name.| 28| [moduleName](_r_d_b.md#modulename) | Module name. | 29| [isEncrypt](_r_d_b.md#isencrypt) | Whether to encrypt the RDB store.| 30| [securityLevel](_r_d_b.md#securitylevel) | Security level of the RDB store.| 31| [area](_r_d_b.md#area)<sup>11+</sup> | Security area level. For details, see [Rdb_SecurityArea](_r_d_b.md#rdb_securityarea).| 32