C# Class Microsoft.Isam.Esent.Interop.NATIVE_RECPOS

Mostra 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_oe static_oe property

Size of NATIVE_RECPOS structures.
public static int Size
return int

cbStruct public_oe property

Size of this structure.
public uint cbStruct
return uint

centriesInRange public_oe property

Approximate number of entries in the index range.
public uint centriesInRange
return uint

centriesLT public_oe property

Approximate number of index entries less than the key.
public uint centriesLT
return uint

centriesTotal public_oe property

Approximate number of entries in the index.
public uint centriesTotal
return uint