Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h42 struct DataItem { struct
43 Key key;
44 Value value;
45 Timestamp timestamp = 0;
46 uint64_t flag = 0;
47 std::string origDev;
49 std::string dev;
50 bool neglect = false;
51 bool dataDelete = false;
53 Timestamp modifyTime = 0;
[all …]