Show / Hide Table of Contents

Class BaseStardogServer.DatabaseOptions

Static Class containing constants relevant to provisioning new Stardog stores.

Inheritance
object
BaseStardogServer.DatabaseOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Storage.Management
Assembly: dotNetRdf.dll
Syntax
public static class BaseStardogServer.DatabaseOptions

Fields

| Edit this page View Source

DatabaseTypeDisk

Constants for valid Stardog Database types.

Declaration
public const string DatabaseTypeDisk = "disk"
Field Value
Type Description
string
| Edit this page View Source

DatabaseTypeMemory

Constants for valid Stardog Database types.

Declaration
public const string DatabaseTypeMemory = "memory"
Field Value
Type Description
string
| Edit this page View Source

DefaultAutoUpdateStats

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultAutoUpdateStats = true
Field Value
Type Description
bool
| Edit this page View Source

DefaultCanonicaliseLiterals

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultCanonicaliseLiterals = true
Field Value
Type Description
bool
| Edit this page View Source

DefaultConsistencyChecking

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultConsistencyChecking = false
Field Value
Type Description
bool
| Edit this page View Source

DefaultDurableTransactions

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultDurableTransactions = false
Field Value
Type Description
bool
| Edit this page View Source

DefaultFullTextSearch

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultFullTextSearch = false
Field Value
Type Description
bool
| Edit this page View Source

DefaultIcvEnabled

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultIcvEnabled = false
Field Value
Type Description
bool
| Edit this page View Source

DefaultIcvReasoningMode

Constants for various Stardog reasoning settings.

Declaration
public const StardogReasoningMode DefaultIcvReasoningMode = None
Field Value
Type Description
StardogReasoningMode
| Edit this page View Source

DefaultMaxDifferentialIndexLimit

Constant for various Stardog integer settings.

Declaration
public const int DefaultMaxDifferentialIndexLimit = 10000
Field Value
Type Description
int
| Edit this page View Source

DefaultMinDifferentialIndexLimit

Constant for various Stardog integer settings.

Declaration
public const int DefaultMinDifferentialIndexLimit = 1000000
Field Value
Type Description
int
| Edit this page View Source

DefaultNamedGraphIndexing

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultNamedGraphIndexing = true
Field Value
Type Description
bool
| Edit this page View Source

DefaultPersistIndex

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultPersistIndex = false
Field Value
Type Description
bool
| Edit this page View Source

DefaultPersistIndexSync

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultPersistIndexSync = true
Field Value
Type Description
bool
| Edit this page View Source

DefaultPunning

Constants for various Stardog boolean flags.

Declaration
public const bool DefaultPunning = false
Field Value
Type Description
bool
| Edit this page View Source

IcvActiveGraphs

Constants for valid Stardog Options.

Declaration
public const string IcvActiveGraphs = "icv.active.graphs"
Field Value
Type Description
string
| Edit this page View Source

IcvEnabled

Constants for valid Stardog Options.

Declaration
public const string IcvEnabled = "icv.enabled"
Field Value
Type Description
string
| Edit this page View Source

IcvReasoningType

Constants for valid Stardog Options.

Declaration
public const string IcvReasoningType = "icv.reasoning.type"
Field Value
Type Description
string
| Edit this page View Source

IndexDifferentialEnableLimit

Constants for valid Stardog Options.

Declaration
public const string IndexDifferentialEnableLimit = "index.differential.enable.limit"
Field Value
Type Description
string
| Edit this page View Source

IndexDifferentialMergeLimit

Constants for valid Stardog Options.

Declaration
public const string IndexDifferentialMergeLimit = "index.differential.merge.limit"
Field Value
Type Description
string
| Edit this page View Source

IndexLiteralsCanonical

Constants for valid Stardog Options.

Declaration
public const string IndexLiteralsCanonical = "index.literals.canonical"
Field Value
Type Description
string
| Edit this page View Source

IndexNamedGraphs

Constants for valid Stardog Options.

Declaration
public const string IndexNamedGraphs = "index.named.graphs"
Field Value
Type Description
string
| Edit this page View Source

IndexPersistSync

Constants for valid Stardog Options.

Declaration
public const string IndexPersistSync = "index.persist.sync"
Field Value
Type Description
string
| Edit this page View Source

IndexPersistTrue

Constants for valid Stardog Options.

Declaration
public const string IndexPersistTrue = "index.persist.true"
Field Value
Type Description
string
| Edit this page View Source

IndexStatisticsAutoUpdate

Constants for valid Stardog Options.

Declaration
public const string IndexStatisticsAutoUpdate = "index.statistics.update.automatic"
Field Value
Type Description
string
| Edit this page View Source

IndexType

Constants for valid Stardog Options.

Declaration
public const string IndexType = "index.type"
Field Value
Type Description
string
| Edit this page View Source

Online

Constants for valid Stardog Options.

Declaration
public const string Online = "database.online"
Field Value
Type Description
string
| Edit this page View Source

ReasoningAutoConsistency

Constants for valid Stardog Options.

Declaration
public const string ReasoningAutoConsistency = "reasoning.consistency.automatic"
Field Value
Type Description
string
| Edit this page View Source

ReasoningPunning

Constants for valid Stardog Options.

Declaration
public const string ReasoningPunning = "reasoning.punning.enabled"
Field Value
Type Description
string
| Edit this page View Source

ReasoningSchemaGraphs

Constants for valid Stardog Options.

Declaration
public const string ReasoningSchemaGraphs = "reasoning.schema.graphs"
Field Value
Type Description
string
| Edit this page View Source

SearchEnabled

Constants for valid Stardog Options.

Declaration
public const string SearchEnabled = "search.enabled"
Field Value
Type Description
string
| Edit this page View Source

SearchReIndexMode

Constants for valid Stardog Options.

Declaration
public const string SearchReIndexMode = "search.reindex.mode"
Field Value
Type Description
string
| Edit this page View Source

SearchReIndexModeAsync

Constanst for valid Search Re-Index Modes.

Declaration
public const string SearchReIndexModeAsync = "async"
Field Value
Type Description
string
| Edit this page View Source

SearchReIndexModeSync

Constanst for valid Search Re-Index Modes.

Declaration
public const string SearchReIndexModeSync = "sync"
Field Value
Type Description
string
| Edit this page View Source

SpecialNamedGraphDefault

Constants for special named graph URIs.

Declaration
public const string SpecialNamedGraphDefault = "default"
Field Value
Type Description
string
| Edit this page View Source

SpecialNamedGraphUnionAll

Constants for special named graph URIs.

Declaration
public const string SpecialNamedGraphUnionAll = "*"
Field Value
Type Description
string
| Edit this page View Source

TransactionsDurable

Constants for valid Stardog Options.

Declaration
public const string TransactionsDurable = "transactions.durable"
Field Value
Type Description
string
| Edit this page View Source

ValidDatabaseNamePattern

Pattern for valid Stardog database names.

Declaration
public const string ValidDatabaseNamePattern = "^[A-Za-z]{1}[A-Za-z0-9_-]*$"
Field Value
Type Description
string

Methods

| Edit this page View Source

IsValidDatabaseName(string)

Validates whether a Database Name is valid.

Declaration
public static bool IsValidDatabaseName(string name)
Parameters
Type Name Description
string name

Database Name.

Returns
Type Description
bool
| Edit this page View Source

IsValidDatabaseType(string)

Validates whether a Database Type is valid.

Declaration
public static bool IsValidDatabaseType(string type)
Parameters
Type Name Description
string type

Database Type.

Returns
Type Description
bool
| Edit this page View Source

IsValidNamedGraph(string)

Validates whether a Named Graph URI is valid.

Declaration
public static bool IsValidNamedGraph(string uri)
Parameters
Type Name Description
string uri

URI.

Returns
Type Description
bool
| Edit this page View Source

IsValidSearchReIndexMode(string)

Validates whether a Search Re-Index Mode is valid.

Declaration
public static bool IsValidSearchReIndexMode(string mode)
Parameters
Type Name Description
string mode

Mode.

Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
  • Fields
    • DatabaseTypeDisk
    • DatabaseTypeMemory
    • DefaultAutoUpdateStats
    • DefaultCanonicaliseLiterals
    • DefaultConsistencyChecking
    • DefaultDurableTransactions
    • DefaultFullTextSearch
    • DefaultIcvEnabled
    • DefaultIcvReasoningMode
    • DefaultMaxDifferentialIndexLimit
    • DefaultMinDifferentialIndexLimit
    • DefaultNamedGraphIndexing
    • DefaultPersistIndex
    • DefaultPersistIndexSync
    • DefaultPunning
    • IcvActiveGraphs
    • IcvEnabled
    • IcvReasoningType
    • IndexDifferentialEnableLimit
    • IndexDifferentialMergeLimit
    • IndexLiteralsCanonical
    • IndexNamedGraphs
    • IndexPersistSync
    • IndexPersistTrue
    • IndexStatisticsAutoUpdate
    • IndexType
    • Online
    • ReasoningAutoConsistency
    • ReasoningPunning
    • ReasoningSchemaGraphs
    • SearchEnabled
    • SearchReIndexMode
    • SearchReIndexModeAsync
    • SearchReIndexModeSync
    • SpecialNamedGraphDefault
    • SpecialNamedGraphUnionAll
    • TransactionsDurable
    • ValidDatabaseNamePattern
  • Methods
    • IsValidDatabaseName(string)
    • IsValidDatabaseType(string)
    • IsValidNamedGraph(string)
    • IsValidSearchReIndexMode(string)
Back to top Generated by DocFX