Optional
baseIRI
baseIRI?: string
Optional
baseUri
baseUri?: `http://${string}` | `https://${string}`
Optional
datetime
datetime?: Date
Optional
deserialize
deserialize?: ((obj: any) => any)
Optional
destination
destination?: IDataDestination
Optional
engine
engine?: ActorInitQueryBase
Optional
explain
explain?: QueryExplainMode
Optional
extensionFunctionCreator
extensionFunctionCreator?: ((functionNamedNode: NamedNode<string>) => ((args: Term[]) => Promise<Term>))
Optional
extensionFunctions
extensionFunctions?: Record<string, ((args: Term[]) => Promise<Term>)>
Optional
fetch
fetch?: {
(input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
(input: string | URL | Request, init?: RequestInit): Promise<Response>;
}
Type declaration
- (input, init?): Promise<Response>
Parameters
- input: URL | RequestInfo
Optional
init: RequestInit
Returns Promise<Response>
- (input, init?): Promise<Response>
Parameters
- input: string | URL | Request
Optional
init: RequestInit
Returns Promise<Response>
Optional
functionArgumentsCache
functionArgumentsCache?: FunctionArgumentsCache
Optional
httpAuth
httpAuth?: `${string}:${string}`
Optional
httpBodyTimeout
httpBodyTimeout?: boolean
Optional
httpIncludeCredentials
httpIncludeCredentials?: boolean
Optional
httpProxyHandler
httpProxyHandler?: IProxyHandler
Optional
httpRetryCount
httpRetryCount?: number
Optional
httpRetryDelay
httpRetryDelay?: number
Optional
httpRetryOnServerError
httpRetryOnServerError?: boolean
Optional
httpTimeout
httpTimeout?: number
Optional
initialBindings
initialBindings?: Bindings
Optional
keepChangelog
keepChangelog?: boolean
Optional
lenient
lenient?: boolean
Optional
queryFormat
queryFormat?: QueryFormat
Optional
queryTimestamp
queryTimestamp?: Date
Optional
readOnly
readOnly?: boolean
Optional
recoverBrokenLinks
recoverBrokenLinks?: boolean
Optional
serialize
serialize?: ((obj: any) => any)
sources
sources: [QuerySourceUnidentified, ...QuerySourceUnidentified[]]
Query context when a string-based query was passed.