DataProviderResult interface
Result structure from calls to GetDataProviderData
client |
This is the set of data providers that were requested, but either they were defined as client providers, or as remote providers that failed and may be retried by the client. |
data | Property bag of data keyed off of the data provider contribution id |
exceptions | Set of exceptions that occurred resolving the data providers. |
resolved |
List of data providers resolved in the data-provider query |
scope |
Scope name applied to this data provider result. |
scope |
Scope value applied to this data provider result. |
shared |
Property bag of shared data that was contributed to by any of the individual data providers |
This is the set of data providers that were requested, but either they were defined as client providers, or as remote providers that failed and may be retried by the client.
clientProviders: {[key: string]: ClientDataProviderQuery}
Property Value
{[key: string]: ClientDataProviderQuery}
Property bag of data keyed off of the data provider contribution id
data: {[key: string]: any}
Property Value
{[key: string]: any}
Set of exceptions that occurred resolving the data providers.
exceptions: {[key: string]: DataProviderExceptionDetails}
Property Value
{[key: string]: DataProviderExceptionDetails}
List of data providers resolved in the data-provider query
resolvedProviders: ResolvedDataProvider[]
Property Value
Scope name applied to this data provider result.
scopeName: string
Property Value
string
Scope value applied to this data provider result.
scopeValue: string
Property Value
string
Property bag of shared data that was contributed to by any of the individual data providers
sharedData: {[key: string]: any}
Property Value
{[key: string]: any}