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