Comunica
    Preparing search index...

    Data interface for the type of an actor run result.

    interface IActorQuerySourceDereferenceLinkOutput {
        cachePolicy?: ICachePolicy<IActionQuerySourceDereferenceLink>;
        dataset?: string;
        metadata: MetadataBindings;
        source: IQuerySource;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The cache policy of the request's response.

    dataset?: string

    The dataset that was handled.

    Metadata about the source.

    source: IQuerySource

    The new source of quads contained in the document.