class
IScriptConfiguration.
IScriptConfiguration
Bases: object
Scripting API to configure the code analysis query engine and code analyser.
reset
Resets the configuration.
triple_storage_backend_type
Retrieves or sets the triple storage backend type.
thresshold_for_out_proc_backend_usage
Retrieves or sets the threshold for out process backend usage.
int
max_upload_triple_count_per_request
Retrieves or sets the maximum upload triple count per request.
int
query_execution_timeout
Retrieves or sets the query execution timeout.
long
update_execution_timeout
Retrieves or sets the update execution timeout.
long
server_uri
Retrieves or sets the server uri for Web based RDF backend.
string
relative_query_endpoint
Retrieves or sets the query endpoint. Will be combined with server Uri.
string
relative_update_endpoint
Retrieves or sets the update endpoint. Will be combined with server Uri.
string
dataset
Retrieves or sets the dataset name.
string
relative_data_endpoint
Retrieves or sets the data endpoint.
string
relative_sparql_endpoint
Retrieves or sets the SPARQL endpoint.
string
graph_name
Retrieves or sets the graph name.
string
sparql_endpoint
Retrieves the SPARQL endpoint.
string
data_endpoint
Retrieves the data endpoint.
string
query_endpoint
Retrieves the query endpoint. Will be combined with Server Uri.
string
update_endpoint
Retrieves the update endpoint. Will be combined with Server Uri.
string
consider_implicit_methods
Retrieves or sets a value indicating whether to consider implicit methods.
bool
consider_property_accessor_functions
Retrieves or sets a value indicating whether to consider property accessor functions.
bool
consider_check_functions
Retrieves or sets a value indicating whether to consider verification functions.
bool
consider_library_analysis_in_deep
Retrieves or sets a value indicating whether to consider library analysis in depth.
bool
consider_devices
Retrieves or sets a value indicating whether to consider devices.
bool
consider_code_and_data_size
Retrieves or sets a value indicating whether to consider code and data size.
bool