Home
last modified time | relevance | path

Searched defs:CloudSyncConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h197 struct CloudSyncConfig { struct
198 int32_t maxUploadCount = 30; // default max upload 30 records
199 int32_t maxUploadSize = 1024 * 512 * 3; // default max upload 1024 * 512 * 3 = 1.5m
200 int32_t maxRetryConflictTimes = -1; // default max retry -1 is unlimited retry times
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h47 using CloudSyncConfig = DistributedDB::CloudSyncConfig; variable