Skip to main content

Interface: DataProviderDefinition

Defined in: data/composite/composite.ts:47

Combined data provider definition.

See

CompositeDataProvider

Properties

PropertyModifierTypeDescription

name?

readonly

string

Provider name to assist in debugging.

Deprecated

Use DataProviderDefinition.origin instead.

origin?

readonly

null | Literal | NamedNode<string>

Value to append to entities and relations originated from this provider on originProperty property.

If not specified, uses DataProviderDefinition.name literal unless explicitly disabled by using null.

provider

readonly

DataProvider

Data provider to combine data from.