Edit

IndexInfo.Entries property

Gets the number of entries in the index. This value is not current and is only is updated by Api.JetComputeStats.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public ReadOnly Property Entries As Integer
    Get
'Usage
Dim instance As IndexInfo
Dim value As Integer

value = instance.Entries
public int Entries { get; }

Property value

Type: System.Int32

See also

Reference

IndexInfo class

IndexInfo members

Microsoft.Isam.Esent.Interop namespace