The Configuration type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberClusterNodePort
The port number used for clustered BrightstarDB service communication
Public propertyStatic memberConnectionString
The default BrightstarDB connection string
Public propertyStatic memberEmbeddedServiceConfiguration
Get or set the additional configuration options for running an embedded service
Public propertyStatic memberEnableOptimisticLocking
The default setting for optimistic locking in the Data Objects and Entity Framework contexts
Public propertyStatic memberEnableQueryCache
Enable or disable server-side SPARQL query cache
Public propertyStatic memberEnableVirtualizedQueries
Set this property to true to enable the use of virtual nodes in SPARQL queries. This an experimental option that may improve query performance.
Public propertyStatic memberIsRunningOnMono
Boolean flag that is set to true when the Mono runtime is detected.
Public propertyStatic memberPageCacheSize
Size of the page cache in MB
Public propertyStatic memberPersistenceType
The default BrightstarDB store persistence type
Public propertyStatic memberQueryCache
Retrieves the SPARQL query cache
Public propertyStatic memberQueryCacheDirectory
The path to the directory to use for the server-side SPARQL query disk cache
Public propertyStatic memberQueryCacheDiskSpace
Maximum size of the server-side SPARQL query disk cache in MB
Public propertyStatic memberQueryCacheMemory
Maximum size of server-side SPARQL query memory cache in MB
Public propertyStatic memberReadStoreObjectCacheSize
NO LONGER IN USE
Public propertyStatic memberResourceCacheLimit
The size of resource cache (in number of entries) for each store opened.
Public propertyStatic memberStatsUpdateTimespan
Get or set the maximum number of seconds to wait between updates of store stats.
Public propertyStatic memberStatsUpdateTransactionCount
Get or set the maximum number of transactions to allow between updates of store stats
Public propertyStatic memberStoreLocation
Default path to the directory containing BrightstarDB stores
Public propertyStatic memberTransactionFlushTripleCount
The threshold number of triples to import in a batch before flushing indexes to disk.

See Also