StardogDiskTemplate Class |
Namespace: VDS.RDF.Storage.Management.Provisioning.Stardog
The StardogDiskTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| StardogDiskTemplate |
Creates a new template.
|
| Name | Description | |
|---|---|---|
| AutoUpdateStatistics |
Gets/Sets whether to automatically update statistics.
(Inherited from BaseStardogTemplate.) | |
| CanoncialiseLiterals |
Gets/Sets whether the database should canonicalise literals.
(Inherited from BaseStardogTemplate.) | |
| ConsistencyChecking |
Gets/Sets whether to perform automatic consistency checking on transactions.
(Inherited from BaseStardogTemplate.) | |
| DatabaseType |
Gets the Database Type.
(Inherited from BaseStardogTemplate.) | |
| DurableTransactions |
Gets/Sets whether to use durable transactions.
(Inherited from BaseStardogTemplate.) | |
| EnablePunning |
Enables/Disables punning.
(Inherited from BaseStardogTemplate.) | |
| FullTextSearch |
Enables/Disables Full Text search.
(Inherited from BaseStardogTemplate.) | |
| IcvActiveGraphs |
Gets/Sets the active graphs for ICV.
(Inherited from BaseStardogTemplate.) | |
| IcvEnabled |
Enables/Disables ICV.
(Inherited from BaseStardogTemplate.) | |
| IcvReasoningMode |
Gets/Sets the reasoning mode for ICV.
(Inherited from BaseStardogTemplate.) | |
| ID |
Gets/Sets the Store ID.
(Inherited from StoreTemplate.) | |
| IndexNamedGraphs |
Gets/Sets whether to optimize indexes for named graph queries.
(Inherited from BaseStardogTemplate.) | |
| MaxDifferentialIndexLimit |
Gets/Sets the maximum differential merge limit.
(Inherited from BaseStardogTemplate.) | |
| MinDifferentialIndexLimit |
Gets/Sets the minimum differential index limit.
(Inherited from BaseStardogTemplate.) | |
| PersistIndexes |
Gets/Sets whether to persist indexes.
(Inherited from BaseStardogTemplate.) | |
| PersistIndexesSynchronously |
Gets/Sets whether to persist indexes synchronously.
(Inherited from BaseStardogTemplate.) | |
| SchemaGraphs |
Gets/Sets the graphs that contain the schema (TBox) that are used for reasoning.
(Inherited from BaseStardogTemplate.) | |
| SearchReindexMode |
Gets/Sets the Search re-indexing mode.
(Inherited from BaseStardogTemplate.) | |
| 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.
(Inherited from BaseStardogTemplate.) | |
| 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.
(Inherited from BaseStardogTemplate.) | |
| ValidateInternal |
Does any additional validation a derived template may require.
(Inherited from BaseStardogTemplate.) |