Interface

Tsparql-3.0TsparqlEndpointDBusConstructorProps

interface ConstructorProps {
    allowed_graphs: string[];
    allowed_services: string[];
    allowedGraphs: string[];
    allowedServices: string[];
    dbus_connection: Gio.DBusConnection;
    dbusConnection: Gio.DBusConnection;
    object_path: string;
    objectPath: string;
    readonly: boolean;
    sparql_connection: Tsparql.SparqlConnection;
    sparqlConnection: Tsparql.SparqlConnection;
}

Hierarchy (View Summary)

Index

Properties

dbus_connection: Gio.DBusConnection
dbusConnection: Gio.DBusConnection
object_path: string
objectPath: string

Properties - Inherited from Tsparql.Endpoint.ConstructorProps

allowed_graphs: string[]
allowed_services: string[]
allowedGraphs: string[]
allowedServices: string[]
readonly: boolean
sparql_connection: Tsparql.SparqlConnection
sparqlConnection: Tsparql.SparqlConnection