C# Класс Microsoft.Isam.Esent.Interop.NATIVE_RECPOS

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Size int
cbStruct uint
centriesInRange uint
centriesLT uint
centriesTotal uint

Описание свойств

Size публичное статическое свойство

Size of NATIVE_RECPOS structures.
public static int Size
Результат int

cbStruct публичное свойство

Size of this structure.
public uint cbStruct
Результат uint

centriesInRange публичное свойство

Approximate number of entries in the index range.
public uint centriesInRange
Результат uint

centriesLT публичное свойство

Approximate number of index entries less than the key.
public uint centriesLT
Результат uint

centriesTotal публичное свойство

Approximate number of entries in the index.
public uint centriesTotal
Результат uint