public static class IndexStat
{
public short ClassCode;
public int type;
public String Label;
public long KeysCount;
public long PagesCount;
};
ClassCode
|
The class code that the index belongs |
type
|
The type defined by MCO_IDXST_ flags |
Label
|
The label of the index |
KeysCount
|
The number of keys in the index |
PagesCount
|
The number of pages used by the index |