ContextFactoryProperties Properties

Solclient

ContextFactoryProperties Properties
version: 7.2.1.27

The ContextFactoryProperties type exposes the following members.

Properties
  Name Description
Public property Count
Returns the count of properties.
(Inherited from BaseProperties.)
Public property DBQuantaSize_0
The size of data buffers in the pool of smallest buffers. The valid range is > 0. Default: 10240 bytes
Public property DBQuantaSize_1
The size of data buffers in the second pool of buffers. The valid range is > 0. Default: 32768 bytes
Public property DBQuantaSize_2
The size of data buffers in the third pool of buffers. The valid range is > 0. Default: 65536 bytes
Public property DBQuantaSize_3
The size of data buffers in the fourth pool of buffers. The valid range is > 0. Default: 262144 bytes
Public property DBQuantaSize_4
The size of data buffers in the fifth pool of buffers. The valid range is > 0. Default: 1048576 bytes
Public property LogDelegate
Log info delegate.
Public property MaxPoolMemory
The maximum amount of memory the API can save in its data and message pools. Once it reaches this size, datablocks are released back to heap and are not kept in a API pool. Default: 1073741824 bytes
Public property SolClientLogLevel
An unmanaged SolClient API logging error level.
Top
See Also