프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BlobDir | string | ||
Creation | CreatePolicy | ||
DuplicateCompare | EntryComparisonDelegate | ||
Duplicates | DuplicatesPolicy | ||
ExternalFileDir | string | ||
HashComparison | EntryComparisonDelegate | ||
HashFunction | HashFunctionDelegate |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SetPartition | bool |
메소드 | 설명 | |
---|---|---|
HashDatabaseConfig ( ) : System |
Instantiate a new HashDatabaseConfig object
|
|
SetPartitionByCallback ( uint parts, PartitionDelegate partFunc ) : bool |
Enable database partitioning using the specified number of partitions and partition function. Return true if the specified number of partitions are successfully enabled; otherwise return false. The number of partitions to create The name of partitioning function
|
|
SetPartitionByKeys ( Array keys ) : bool |
Enable database partitioning using the specified partition keys. Return true if partitioning is successfully enabled; otherwise return false. An array of DatabaseEntry where each array entry defines the range of key values to be stored in each partition
|
메소드 | 설명 | |
---|---|---|
SetPartition ( uint parts, Array partKeys, PartitionDelegate partFunc ) : bool |
public SetPartitionByCallback ( uint parts, PartitionDelegate partFunc ) : bool | ||
parts | uint | |
partFunc | PartitionDelegate | |
리턴 | bool |
public EntryComparisonDelegate DuplicateCompare | ||
리턴 | EntryComparisonDelegate |