The Configuration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Configuration | Initializes a new instance of the Configuration class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|