Click or drag to resize

BaseStardogTemplate Class

Abstract base implementation of a Store Template for creating Stardog Stores.
Inheritance Hierarchy

Namespace:  VDS.RDF.Storage.Management.Provisioning.Stardog
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseStardogTemplate : StoreTemplate

The BaseStardogTemplate type exposes the following members.

Constructors
  NameDescription
Public methodBaseStardogTemplate
Creates a new Stardog Template.
Top
Properties
  NameDescription
Public propertyAutoUpdateStatistics
Gets/Sets whether to automatically update statistics.
Public propertyCanoncialiseLiterals
Gets/Sets whether the database should canonicalise literals.
Public propertyConsistencyChecking
Gets/Sets whether to perform automatic consistency checking on transactions.
Public propertyDatabaseType
Gets the Database Type.
Public propertyDurableTransactions
Gets/Sets whether to use durable transactions.
Public propertyEnablePunning
Enables/Disables punning.
Public propertyFullTextSearch
Enables/Disables Full Text search.
Public propertyIcvActiveGraphs
Gets/Sets the active graphs for ICV.
Public propertyIcvEnabled
Enables/Disables ICV.
Public propertyIcvReasoningMode
Gets/Sets the reasoning mode for ICV.
Public propertyID
Gets/Sets the Store ID.
(Inherited from StoreTemplate.)
Public propertyIndexNamedGraphs
Gets/Sets whether to optimize indexes for named graph queries.
Public propertyMaxDifferentialIndexLimit
Gets/Sets the maximum differential merge limit.
Public propertyMinDifferentialIndexLimit
Gets/Sets the minimum differential index limit.
Public propertyPersistIndexes
Gets/Sets whether to persist indexes.
Public propertyPersistIndexesSynchronously
Gets/Sets whether to persist indexes synchronously.
Public propertySchemaGraphs
Gets/Sets the graphs that contain the schema (TBox) that are used for reasoning.
Public propertySearchReindexMode
Gets/Sets the Search re-indexing mode.
Public propertyTemplateDescription
Gets the description of the type of store the template will create.
(Inherited from StoreTemplate.)
Public propertyTemplateName
Gets the name of the type of store the template will create.
(Inherited from StoreTemplate.)
Top
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 the default hash function.
(Inherited from Object.)
Public methodGetTemplateJson
Gets the JSON Template for creating a store.
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
Gets the string representation of the template which is the Template Name.
(Inherited from StoreTemplate.)
Public methodValidate
Validates that the template is filled out such that a store can be created from it.
(Overrides StoreTemplateValidate.)
Protected methodValidateInternal
Does any additional validation a derived template may require.
Top
See Also