프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Key | byte[] | ||
Value | byte[] | ||
ValueFullLength | uint | ||
ValueIsReadOut | bool | ||
ValueStartPointer | long |
메소드 | 설명 | |
---|---|---|
GetFullValue ( bool useCache ) : byte[] |
Returns either value as byte array or null if value doesn't exist
|
|
GetPartialValue ( uint startIndex, uint length, bool useCache ) : byte[] |
Returns either value partially or null
|
|
LTrieRow ( |
public GetFullValue ( bool useCache ) : byte[] | ||
useCache | bool | if true, then only committed data will be shown |
리턴 | byte[] |
public GetPartialValue ( uint startIndex, uint length, bool useCache ) : byte[] | ||
startIndex | uint | |
length | uint | |
useCache | bool | if true, then only committed data will be shown |
리턴 | byte[] |