Data interface for the type of an actor run result.

interface IActorRdfJoinEntriesSortOutput {
    entries: IJoinEntryWithMetadata[];
}

Hierarchy (view full)

Properties

Properties

The array of sorted streams.