IdxInfo Struct Reference

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...
 

Detailed Description

Struct that stores information about a index using the most common data types.

Definition at line 207 of file DSInfo.h.

Member Data Documentation

std::string IdxInfo::name

Index Name.

Definition at line 209 of file DSInfo.h.

std::vector<std::string> IdxInfo::porperties

Index Properties in a string vector.

Definition at line 211 of file DSInfo.h.

std::string IdxInfo::type

Index Type.

Definition at line 210 of file DSInfo.h.


The documentation for this struct was generated from the following file: