Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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