The Configuration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClusterNodePort |
The port number used for clustered BrightstarDB service communication
| |
| ConnectionString |
The default BrightstarDB connection string
| |
| EmbeddedServiceConfiguration |
Get or set the additional configuration options for running an embedded service
| |
| EnableOptimisticLocking |
The default setting for optimistic locking in the Data Objects
and Entity Framework contexts
| |
| EnableQueryCache |
Enable or disable server-side SPARQL query cache
| |
| EnableVirtualizedQueries |
Set this property to true to enable the use of virtual nodes in SPARQL
queries. This an experimental option that may improve query performance.
| |
| IsRunningOnMono |
Boolean flag that is set to true when the Mono runtime is detected.
| |
| PageCacheSize |
Size of the page cache in MB
| |
| PersistenceType |
The default BrightstarDB store persistence type
| |
| QueryCache |
Retrieves the SPARQL query cache
| |
| QueryCacheDirectory |
The path to the directory to use for the server-side SPARQL query disk cache
| |
| QueryCacheDiskSpace |
Maximum size of the server-side SPARQL query disk cache in MB
| |
| QueryCacheMemory |
Maximum size of server-side SPARQL query memory cache in MB
| |
| ReadStoreObjectCacheSize |
NO LONGER IN USE
| |
| ResourceCacheLimit |
The size of resource cache (in number of entries) for each store opened.
| |
| StatsUpdateTimespan |
Get or set the maximum number of seconds to wait between
updates of store stats.
| |
| StatsUpdateTransactionCount |
Get or set the maximum number of transactions to allow between
updates of store stats
| |
| StoreLocation |
Default path to the directory containing BrightstarDB stores
| |
| TransactionFlushTripleCount |
The threshold number of triples to import in a batch before
flushing indexes to disk.
|