The Configuration type exposes the following members.

Constructors

  NameDescription
Public methodConfiguration
Initializes a new instance of the Configuration class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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