Edit

IndexInfo members

Include protected members
Include inherited members

Information about one esent index. This is not an interop class, but is used by the meta-data helper methods.

The IndexInfo type exposes the following members.

Properties

  Name Description
Public property CompareOptions Gets the CompareOptions for the index.
Public property CultureInfo Gets the CultureInfo the index is sorted by.
Public property Entries Gets the number of entries in the index. This value is not current and is only is updated by Api.JetComputeStats.
Public property Grbit Gets the index options.
Public property IndexSegments Gets the segments of the index.
Public property Keys Gets the number of unique keys in the index. This value is not current and is only is updated by Api.JetComputeStats.
Public property Name Gets the name of the index.
Public property Pages Gets the number of pages in the index. This value is not current and is only is updated by Api.JetComputeStats.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current IndexInfo. (Overrides Object.ToString().)

Top

See also

Reference

IndexInfo class

Microsoft.Isam.Esent.Interop namespace