Searched refs:allowRebuild (Results 1 – 12 of 12) sorted by relevance
185 allowRebuild: true220 allowRebuild: true239 …reference/apis-arkdata/js-apis-data-relationalStore.md#storeconfig)中配置allowRebuild参数为true以设置数据库在损坏…241 若数据库损坏前已配置StoreConfig中的allowRebuild为true,则数据库损坏时将自动重建。243 若数据库损坏前未配置StoreConfig中的allowRebuild或allowRebuild配置为false,则需将其配置为true再次进行开库。具体示例如下:256 allowRebuild: true350 allowRebuild: true
185 allowRebuild: true220 allowRebuild: true239 To enable automatic rebuild of an RDB store, set **allowRebuild** in [StoreConfig](../reference/api…241 If **allowRebuild** in **StoreConfig** is set to **true** before the database is corrupted, the dat…243 If **allowRebuild** in **StoreConfig** is not set or is set to **false**, set **allowRebuild** to *…256 allowRebuild: true350 allowRebuild: true
34 allowRebuild: false, property in STORE_CONFIG161 allowRebuild: true, property in AnonymousFunction084b14310100.AnonymousFunction084b14310600.STORE_CONFIG1
978 bool allowRebuild = false; variable979 config.SetAllowRebuild(allowRebuild);980 EXPECT_EQ(allowRebuild, config.GetAllowRebuild());982 allowRebuild = true;983 config.SetAllowRebuild(allowRebuild);984 EXPECT_EQ(allowRebuild, config.GetAllowRebuild());
544 void RdbStoreConfig::SetAllowRebuild(bool allowRebuild) in SetAllowRebuild() argument546 this->allowRebuilt_ = allowRebuild; in SetAllowRebuild()
57 bool allowRebuild = false; member
370 GetNamedProperty(env, jsValue, "allowRebuild", rdbConfig.allowRebuild, true); in Convert2Value()504 rdbStoreConfig.SetAllowRebuild(rdbConfig.allowRebuild); in GetRdbStoreConfig()
237 void SetAllowRebuild(bool allowRebuild);
639 void SetAllowRebuild(bool allowRebuild);
488 rdbStoreConfig.SetAllowRebuild(rdbConfig.allowRebuild); in getRdbStoreConfig()
565 | allowRebuild<sup>12+</sup> | boolean | 否 | 指定数据库是否支持损坏时自动重建,默认不重建。<br/>true:自动重建。<br/>false:不自动重建…
560 | allowRebuild<sup>12+</sup> | boolean | No| Whether auto rebuild is allowed when the RDB store is …