C# 클래스 DBreeze.Storage.TrieSettings

파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
POINTER_LENGTH ushort

프로퍼티 상세

POINTER_LENGTH 공개적으로 프로퍼티

User parameter for the table.

Quantity of bytes which represent pointer inside of raw file (5 bytes = 1 Terrabyte, so the trie with 5 bytes pointer len can't be longer then 1 terrabyte).

If you plan to have your table more then 1TB, set this value to bigger value, before table creation

public ushort POINTER_LENGTH
리턴 ushort