BaseStardogTemplate Class | 
Namespace: VDS.RDF.Storage.Management.Provisioning.Stardog
The BaseStardogTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseStardogTemplate | 
            Creates a new Stardog Template.
              | 
| Name | Description | |
|---|---|---|
| AutoUpdateStatistics | 
            Gets/Sets whether to automatically update statistics.
              | |
| CanoncialiseLiterals | 
            Gets/Sets whether the database should canonicalise literals.
              | |
| ConsistencyChecking | 
            Gets/Sets whether to perform automatic consistency checking on transactions.
              | |
| DatabaseType | 
            Gets the Database Type.
              | |
| DurableTransactions | 
            Gets/Sets whether to use durable transactions.
              | |
| EnablePunning | 
            Enables/Disables punning.
              | |
| FullTextSearch | 
            Enables/Disables Full Text search.
              | |
| IcvActiveGraphs | 
            Gets/Sets the active graphs for ICV.
              | |
| IcvEnabled | 
            Enables/Disables ICV.
              | |
| IcvReasoningMode | 
            Gets/Sets the reasoning mode for ICV.
              | |
| ID | 
            Gets/Sets the Store ID.
              (Inherited from StoreTemplate.) | |
| IndexNamedGraphs | 
            Gets/Sets whether to optimize indexes for named graph queries.
              | |
| MaxDifferentialIndexLimit | 
            Gets/Sets the maximum differential merge limit.
              | |
| MinDifferentialIndexLimit | 
            Gets/Sets the minimum differential index limit.
              | |
| PersistIndexes | 
            Gets/Sets whether to persist indexes.
              | |
| PersistIndexesSynchronously | 
            Gets/Sets whether to persist indexes synchronously.
              | |
| SchemaGraphs | 
            Gets/Sets the graphs that contain the schema (TBox) that are used for reasoning.
              | |
| SearchReindexMode | 
            Gets/Sets the Search re-indexing mode.
              | |
| TemplateDescription | 
            Gets the description of the type of store the template will create.
              (Inherited from StoreTemplate.) | |
| TemplateName | 
            Gets the name of the type of store the template will create.
              (Inherited from StoreTemplate.) | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (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 the default hash function.  (Inherited from Object.) | |
| GetTemplateJson | 
            Gets the JSON Template for creating a store.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | 
            Gets the string representation of the template which is the Template Name.
              (Inherited from StoreTemplate.) | |
| Validate | 
            Validates that the template is filled out such that a store can be created from it.
              (Overrides StoreTemplateValidate.) | |
| ValidateInternal | 
            Does any additional validation a derived template may require.
              |