OptionsQueryExecutionTimeout Property |
Gets/Sets the Hard Timeout limit for SPARQL Query Execution (in milliseconds).
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static long QueryExecutionTimeout { get; set; }
Public Shared Property QueryExecutionTimeout As Long
Get
Set
Property Value
Type:
Int64Remarks
This is used to stop SPARQL queries running away and never completing execution, it defaults to 3 mins (180,000 milliseconds).
See Also