Property | Type | Description | |
---|---|---|---|
Key | byte[] | ||
Value | byte[] | ||
ValueFullLength | uint | ||
ValueIsReadOut | bool | ||
ValueStartPointer | long |
Method | Description | |
---|---|---|
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 |
return | 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 |
return | byte[] |
public LTrieRow ( |
||
root | ||
return | System |