Class LeviathanUpdateOptions
A class encapsulating run-time options that can be configured for a LeviathanUpdateProcessor.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Update
Assembly: dotNetRdf.dll
Syntax
public class LeviathanUpdateOptions : LeviathanQueryOptions
Properties
| Improve this Doc View SourceAutoCommit
Get or set whether to automatically flush dataset changes after an update changeset is processed.
Declaration
public bool AutoCommit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Defaults to true.
UpdateExecutionTimeout
Gets/Sets the Hard Timeout limit for SPARQL Update Execution (in milliseconds).
Declaration
public long UpdateExecutionTimeout { get; set; }
Property Value
Type | Description |
---|---|
long |
Remarks
This is used to stop SPARQL Updates running away and never completing execution, it defaults to 3 mins (180,000 milliseconds).