Interface

Tsparql-3.0TsparqlEndpointHttpConstructorProps

interface ConstructorProps {
    allowed_graphs: string[];
    allowed_services: string[];
    allowedGraphs: string[];
    allowedServices: string[];
    http_certificate: Gio.TlsCertificate;
    http_port: number;
    httpCertificate: Gio.TlsCertificate;
    httpPort: number;
    readonly: boolean;
    sparql_connection: Tsparql.SparqlConnection;
    sparqlConnection: Tsparql.SparqlConnection;
}

Hierarchy (View Summary)

Index

Properties

http_certificate: Gio.TlsCertificate
http_port: number
httpCertificate: Gio.TlsCertificate
httpPort: number

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