The HeapDatabaseConfig type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | BlobThreshold | 
            The size in bytes which is used to determine when a data item will
            be stored as a blob.
             Any data item that is equal to or larger in size than the threshold value will automatically be stored as a blob. If the threshold value is 0, blobs will never be used by the database. It is illegal to enable blob in the database which is configured as in-memory database or with chksum, encryption, duplicates, sorted duplicates, compression, multiversion concurrency control and transactional read operations with degree 1 isolation. | 
|  | EncryptAlgorithm | 
            The algorithm used to perform encryption and decryption.
            (Inherited from DatabaseConfig.) | 
|  | Encrypted | 
            Encrypt the database using the cryptographic password specified by
            DatabaseConfig.SetEncryption or
            DatabaseEnvironmentConfig.SetEncryption.
            (Inherited from DatabaseConfig.) | 
|  | EncryptionPassword | 
            The password used to perform encryption and decryption.
            (Inherited from DatabaseConfig.) | 
|  | MaxSizeBytes | 
            The bytes component of the maximum on-disk database file size.
             | 
|  | MaxSizeGBytes | 
            The gigabytes component of the maximum on-disk database file size.
             | 
|  | PageSize | 
            The size of the pages used to hold items in the database, in bytes.
            (Inherited from DatabaseConfig.) | 
|  | RegionSize | 
             The number of pages in a region of the database. If this value is
             never set, the default region size for the database's page size will
             be used. You can set the database page size using 
             PageSize.
            
             If the database already exists, this value will be ignored. If the
             specified region size is larger than the maximum region size for the
             database's page size, an error will be returned when
             Open(String, DatabaseConfig) is called. The maximum allowable region 
             size will be included in the error message. 
              | 





