IScriptConfiguration

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.

Type

int

max_upload_triple_count_per_request

Retrieves or sets the maximum upload triple count per request.

Type

int

query_execution_timeout

Retrieves or sets the query execution timeout.

Type

long

update_execution_timeout

Retrieves or sets the update execution timeout.

Type

long

server_uri

Retrieves or sets the server uri for Web based RDF backend.

Type

string

relative_query_endpoint

Retrieves or sets the query endpoint. Will be combined with server Uri.

Type

string

relative_update_endpoint

Retrieves or sets the update endpoint. Will be combined with server Uri.

Type

string

dataset

Retrieves or sets the dataset name.

Type

string

relative_data_endpoint

Retrieves or sets the data endpoint.

Type

string

relative_sparql_endpoint

Retrieves or sets the SPARQL endpoint.

Type

string

graph_name

Retrieves or sets the graph name.

Type

string

sparql_endpoint

Retrieves the SPARQL endpoint.

Type

string

data_endpoint

Retrieves the data endpoint.

Type

string

query_endpoint

Retrieves the query endpoint. Will be combined with Server Uri.

Type

string

update_endpoint

Retrieves the update endpoint. Will be combined with Server Uri.

Type

string

consider_implicit_methods

Retrieves or sets a value indicating whether to consider implicit methods.

Type

bool

consider_property_accessor_functions

Retrieves or sets a value indicating whether to consider property accessor functions.

Type

bool

consider_check_functions

Retrieves or sets a value indicating whether to consider verification functions.

Type

bool

consider_library_analysis_in_deep

Retrieves or sets a value indicating whether to consider library analysis in depth.

Type

bool

consider_devices

Retrieves or sets a value indicating whether to consider devices.

Type

bool

consider_code_and_data_size

Retrieves or sets a value indicating whether to consider code and data size.

Type

bool