Class Options
Configures Global Static Options for the Library.
Inheritance
System.Object
Options
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: dotNetRDF.dll
Syntax
public static class Options
Properties
|
Improve this Doc
View Source
AlgebraOptimisation
Gets/Sets whether Algebra Optimisation should be used.
Declaration
public static bool AlgebraOptimisation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AllowMultiThreadedWriting
Gets/Sets whether multi-theaded writing is permitted.
Declaration
public static bool AllowMultiThreadedWriting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultComparisonOptions
Gets/Sets the default collation for literal comparison when literals are string or not implicitely comparable (different types, parse/cast error...)
Declaration
public static CompareOptions DefaultComparisonOptions { get; set; }
Property Value
Type |
Description |
System.Globalization.CompareOptions |
|
|
Improve this Doc
View Source
DefaultCompressionLevel
Declaration
public static int DefaultCompressionLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DefaultCulture
Gets/Sets the default culture literal comparison when literals are string or not implicitely comparable (different types, parse/cast error...)
Declaration
public static CultureInfo DefaultCulture { get; set; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
|
Improve this Doc
View Source
DefaultTokenQueueMode
Gets/Sets the default token queue mode used for tokeniser based parsers.
Declaration
public static TokenQueueMode DefaultTokenQueueMode { get; set; }
Property Value
|
Improve this Doc
View Source
ForceBlockingIO
Gets/Sets whether Blocking IO should be forced.
Declaration
public static bool ForceBlockingIO { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ForceHttpBasicAuth
Gets/Sets whether Basic HTTP authentication should be forced.
Declaration
public static bool ForceHttpBasicAuth { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FullTripleIndexing
Controls whether the indexed triple collections will create full indexes for the Triples inserted into it.
Declaration
public static bool FullTripleIndexing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HttpDebugging
Gets/Sets whether HTTP Request and Response Information should be output to the Console Standard Out for Debugging purposes.
Declaration
public static bool HttpDebugging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HttpFullDebugging
Gets/Sets whether the HTTP Response Stream should be output to the Console Standard Output for Debugging purposes.
Declaration
public static bool HttpFullDebugging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InternUris
Gets/Sets whether the library will attempt to intern URIs to reduce memory usage.
Declaration
public static bool InternUris { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LiteralEqualityMode
Gets/Sets the Mode used to compute Literal Equality (Default is
Strict which enforces the W3C RDF Specification).
Declaration
public static LiteralEqualityMode LiteralEqualityMode { get; set; }
Property Value
|
Improve this Doc
View Source
LiteralValueNormalization
Gets/Sets whether Literal Values should be normalized.
Declaration
public static bool LiteralValueNormalization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QueryAllowUnknownFunctions
Gets/Sets whether functions that can't be parsed into Expressions should be represented by the
UnknownFunction.
Declaration
public static bool QueryAllowUnknownFunctions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QueryDefaultSyntax
Gets/Sets the default syntax used for parsing SPARQL queries.
Declaration
public static SparqlQuerySyntax QueryDefaultSyntax { get; set; }
Property Value
|
Improve this Doc
View Source
QueryExecutionTimeout
Gets/Sets the Hard Timeout limit for SPARQL Query Execution (in milliseconds).
Declaration
public static long QueryExecutionTimeout { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
QueryOptimisation
Gets/Sets whether Query Optimisation should be used.
Declaration
public static bool QueryOptimisation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RigorousEvaluation
Gets/Sets whether to use rigorous query evaluation.
Declaration
public static bool RigorousEvaluation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StrictOperators
Gets/Sets whether to use strict operators.
Declaration
public static bool StrictOperators { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UnsafeOptimisation
Gets/Sets whether some Optimisations considered unsafe can be used.
Declaration
public static bool UnsafeOptimisation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateExecutionTimeout
Gets/Sets the Hard Timeout limit for SPARQL Update Execution (in milliseconds).
Declaration
public static long UpdateExecutionTimeout { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
UriLoaderCaching
Gets/Sets whether the
UriLoader uses caching.
Declaration
public static bool UriLoaderCaching { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UriLoaderTimeout
Gets/Sets the Timeout for URI Loader requests (Defaults to 15 seconds).
Declaration
public static int UriLoaderTimeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UseBomForUtf8
Gets/Sets whether a UTF-8 BOM is used for UTF-8 Streams created by dotNetRDF (this does not affect Streams passed directly to methods as open streams cannot have their encoding changed).
Declaration
public static bool UseBomForUtf8 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseDtd
Gets/Sets whether a DTD should be used for some XML formats to compress output.
Declaration
public static bool UseDtd { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UsePLinqEvaluation
Gets/Sets whether the query engine will try to use PLinq where applicable to evaluate suitable SPARQL constructs in parallel.
Declaration
public static bool UsePLinqEvaluation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ValidateIris
Gets/Sets whether IRIs are validated by parsers which support this functionality.
Declaration
public static bool ValidateIris { get; set; }
Property Value
Type |
Description |
System.Boolean |
|