tigerFactory()
Home > @gooddata/sdk-backend-tiger > tigerFactory
tigerFactory() function
Returns function which creates instances of Analytical Backend implementation which works with the 'tiger' backend.
Signature:
declare function tigerFactory(config?: IAnalyticalBackendConfig, implConfig?: any): IAnalyticalBackend;
Parameters
Parameter | Type | Description |
---|---|---|
config | IAnalyticalBackendConfig | (Optional) analytical backend configuration, may be omitted and provided later |
implConfig | any | (Optional) tiger client specific configuration, may be omitted at this point but it cannot be provided later |
Returns: