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.
long
max_upload_triple_count_per_request
Retrieves or sets the maximum upload triple count per request.
int
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 data endpoint.
string
sparql_endpoint
Retrieves the data 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
http_backend_type
Retrieves or sets the triple storage http backend type.