C# 클래스 Microsoft.Isam.Esent.Interop.NATIVE_RECPOS

파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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