Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Isam
Esent
Interop
NATIVE_RECPOS
C# Class Microsoft.Isam.Esent.Interop.NATIVE_RECPOS
Show file
Open project: ayende/managed-esent
Class Usage Examples
Public Properties
Property
Type
Description
Size
int
cbStruct
uint
centriesInRange
uint
centriesLT
uint
centriesTotal
uint
Property Details
Size
public static property
Size of NATIVE_RECPOS structures.
public
static
int
Size
return
int
cbStruct
public property
Size of this structure.
public
uint
cbStruct
return
uint
centriesInRange
public property
Approximate number of entries in the index range.
public
uint
centriesInRange
return
uint
centriesLT
public property
Approximate number of index entries less than the key.
public
uint
centriesLT
return
uint
centriesTotal
public property
Approximate number of entries in the index.
public
uint
centriesTotal
return
uint