Share via


IRuntimeClientProvider interface

Interface for runtime client provider

Methods

getDataClientAsync(IClientConfig)
getMetadataClientAsync(IClientConfig)

Method Details

getDataClientAsync(IClientConfig)

function getDataClientAsync(config?: IClientConfig): Promise<IRuntimeDataClient>

Parameters

config
IClientConfig

Returns

getMetadataClientAsync(IClientConfig)

function getMetadataClientAsync(config?: IClientConfig): Promise<IRuntimeMetadataClient>

Parameters

config
IClientConfig

Returns