Struct that stores information about a index using the most common data types. More...
#include <DSInfo.h>
Public Attributes | |
| std::string | name | 
| Index Name.  More... | |
| std::vector< std::string > | porperties | 
| Index Properties in a string vector.  More... | |
| std::string | type | 
| Index Type.  More... | |
Struct that stores information about a index using the most common data types.
| std::string IdxInfo::name | 
Index Name.
Definition at line 209 of file DSInfo.h.
Referenced by DSInfo::getIndexesKeyInfo(), and PrintManager::printIdxDetails().
| std::vector<std::string> IdxInfo::porperties | 
Index Properties in a string vector.
Definition at line 211 of file DSInfo.h.
Referenced by DSInfo::getIndexesKeyInfo(), and PrintManager::printIdxDetails().
| std::string IdxInfo::type | 
Index Type.
Definition at line 210 of file DSInfo.h.
Referenced by DSInfo::getIndexesKeyInfo(), and PrintManager::printIdxDetails().