Searched defs:DbStat (Results 1 – 1 of 1) sorted by relevance
163 struct DbStat { struct164 std::string userId;165 std::string appId;166 std::string storeId;167 int dbSize;168 std::shared_ptr<DistributedKv::DbMetaCallbackDelegate> delegate;170 KVSTORE_API std::string GetKey() const in GetKey()