Data interface for the type of an actor run result.

interface IActorRdfMetadataAccumulateOutput {
    metadata: Partial<MetadataBindings>;
}

Hierarchy (view full)

Properties

Properties

metadata: Partial<MetadataBindings>

The initialized or accumulated metadata object. This should only contain those fields that are applicable to this actor.