Class LeviathanUpdateOptions
A class encapsulating run-time options that can be configured for a LeviathanUpdateProcessor.
Inherited Members
Namespace: VDS.RDF.Update
Assembly: dotNetRdf.dll
Syntax
public class LeviathanUpdateOptions : LeviathanQueryOptions
Properties
| Edit this page 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 |
---|---|
bool |
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).