Optional
availableAll available alternative orders.
An estimate of the number of bindings in the source.
Optional
orderThe order of the bindings in the stream.
For example, [{ variable: 'keyA', order: 'asc' }, { variable: 'keyB', order: 'desc' }] indicates that bindings are first sorted first by values of 'keyA' in ascending order, and then by 'keyB' in descending order.
Order is defined according to the SPARQL order semantics.
For ascending order, this corresponds to https./www.w3.org/TR/sparql11-query/#op_lt,
otherwise the inverse.
For those cases where SPARQL does not define order, the (ascending) order is defined as a lexicographical
comparison on the string values of terms, which is defined by termToString
from the "rdf-string"
package.
If order is undefined, then the order is unknown.
Optional
pageThe number of bindings per page in the source. This may be undefined for sources that don't do paging.
Optional
requestThe time it takes to request a page in milliseconds. This is the time until the first byte arrives.
The validity state of this metadata object.
A type-safe metadata object. This interface still allows other non-standard metadata entries to be added.