OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
MongoConstants.h File Reference

Go to the source code of this file.

Namespaces

namespace  MongoConstants
 

Variables

std::string const MongoConstants::ADMIN_DB = "admin"
 
std::string const MongoConstants::SYSTEM_USERS_COLLECTION = "system.users"
 
std::string const MongoConstants::PROJECT_TEMPLATES_DB = "ProjectTemplates"
 
std::string const MongoConstants::PROJECT_TEMPLATES_ROLE = "ProjectTemplates_role"
 
std::string const MongoConstants::PROJECTS_LARGE_DATA_DB = "ProjectsLargeData"
 
std::string const MongoConstants::PROJECTS_LARGE_DATA_ROLE = "ProjectsLargeData_role"
 
std::string const MongoConstants::SYSTEM_DB = "System"
 
std::string const MongoConstants::SYSTEM_DB_ROLE = "System_db_role"
 
std::string const MongoConstants::SETTINGS_DB = "UserSettings"
 
std::string const MongoConstants::SETTINGS_DB_ROLE = "UserSettings_db_role"
 
std::string const MongoConstants::USER_DB = "User"
 
std::string const MongoConstants::USER_CATALOG_COLLECTION = "Catalog"
 
std::string const MongoConstants::USER_CATALOG_ROLE = "user_catalog_collection_role"
 
std::string const MongoConstants::USER_DB_LIST_CATALOG_ROLE = "user_db_list_collections_role"
 
std::string const MongoConstants::PROJECTS_DB = "Projects"
 
std::string const MongoConstants::PROJECT_CATALOG_COLLECTION = "Catalog"
 
std::string const MongoConstants::PROJECT_CATALOG_ROLE = "project_catalog_collection_role"
 
std::string const MongoConstants::PROJECT_DB_LIST_COLLECTIONS_ROLE = "project_db_list_collections_role"
 
std::string const MongoConstants::GROUPS_COLLECTION = "Groups"
 
std::string const MongoConstants::GROUP_ROLE = "groups_collection_role"
 
std::string const MongoConstants::SESSIONS_COLLECTION = "Sessions"
 
std::string const MongoConstants::SESSIONS_ROLE = "sessions_collection_role"