Click or drag to resize

StardogDiskTemplate Class

Template for creating Stardog Disk stores.
Inheritance Hierarchy

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

The StardogDiskTemplate type exposes the following members.

Constructors
  NameDescription
Public methodStardogDiskTemplate
Creates a new template.
Top
Properties
  NameDescription
Public propertyAutoUpdateStatistics
Gets/Sets whether to automatically update statistics.
(Inherited from BaseStardogTemplate.)
Public propertyCanoncialiseLiterals
Gets/Sets whether the database should canonicalise literals.
(Inherited from BaseStardogTemplate.)
Public propertyConsistencyChecking
Gets/Sets whether to perform automatic consistency checking on transactions.
(Inherited from BaseStardogTemplate.)
Public propertyDatabaseType
Gets the Database Type.
(Inherited from BaseStardogTemplate.)
Public propertyDurableTransactions
Gets/Sets whether to use durable transactions.
(Inherited from BaseStardogTemplate.)
Public propertyEnablePunning
Enables/Disables punning.
(Inherited from BaseStardogTemplate.)
Public propertyFullTextSearch
Enables/Disables Full Text search.
(Inherited from BaseStardogTemplate.)
Public propertyIcvActiveGraphs
Gets/Sets the active graphs for ICV.
(Inherited from BaseStardogTemplate.)
Public propertyIcvEnabled
Enables/Disables ICV.
(Inherited from BaseStardogTemplate.)
Public propertyIcvReasoningMode
Gets/Sets the reasoning mode for ICV.
(Inherited from BaseStardogTemplate.)
Public propertyID
Gets/Sets the Store ID.
(Inherited from StoreTemplate.)
Public propertyIndexNamedGraphs
Gets/Sets whether to optimize indexes for named graph queries.
(Inherited from BaseStardogTemplate.)
Public propertyMaxDifferentialIndexLimit
Gets/Sets the maximum differential merge limit.
(Inherited from BaseStardogTemplate.)
Public propertyMinDifferentialIndexLimit
Gets/Sets the minimum differential index limit.
(Inherited from BaseStardogTemplate.)
Public propertyPersistIndexes
Gets/Sets whether to persist indexes.
(Inherited from BaseStardogTemplate.)
Public propertyPersistIndexesSynchronously
Gets/Sets whether to persist indexes synchronously.
(Inherited from BaseStardogTemplate.)
Public propertySchemaGraphs
Gets/Sets the graphs that contain the schema (TBox) that are used for reasoning.
(Inherited from BaseStardogTemplate.)
Public propertySearchReindexMode
Gets/Sets the Search re-indexing mode.
(Inherited from BaseStardogTemplate.)
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.
(Inherited from BaseStardogTemplate.)
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.
(Inherited from BaseStardogTemplate.)
Protected methodValidateInternal
Does any additional validation a derived template may require.
(Inherited from BaseStardogTemplate.)
Top
See Also