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 unique keys 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 Keys As Integer
Get
'Usage
Dim instance As IndexInfo
Dim value As Integer
value = instance.Keys
public int Keys { get; }
Property value
Type: System.Int32