The Java Embedded Statistic Class IndexStat

For an overview see page Java Statistic Class

Class Definition

 
    public static class IndexStat
    {
        public short ClassCode;
        public int type;
 
        public String Label; 
        public long  KeysCount;
        public long  PagesCount; 
    };
     

Definitions:

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