IScriptCloudConfiguration

class

IScriptCloudConfiguration.

IScriptCloudConfiguration

Bases: object

Scripting API for cloud connector configuration.

reset

Resets the configuration.

update_execution_timeout

Retrieves or sets the update execution timeout.

Type

long

max_upload_triple_count_per_request

Retrieves or sets the maximum upload triple count per request.

Type

int

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 data endpoint.

Type

string

sparql_endpoint

Retrieves the data 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

http_backend_type

Retrieves or sets the triple storage http backend type.