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::vector<std::string> IdxInfo::porperties |