Skip to main content
Version: Next

DefaultCatalogCollatorFactoryOptions

Home > @backstage/plugin-search-backend-module-catalog > DefaultCatalogCollatorFactoryOptions

Warning: This API is now obsolete.

This type is deprecated along with the DefaultCatalogCollatorFactory.

Signature:

export type DefaultCatalogCollatorFactoryOptions = {
auth?: AuthService;
discovery: DiscoveryService;
tokenManager?: TokenManager;
locationTemplate?: string;
filter?: GetEntitiesRequest['filter'];
batchSize?: number;
catalogClient?: CatalogApi;
entityTransformer?: CatalogCollatorEntityTransformer;
};

References: AuthService, DiscoveryService, GetEntitiesRequest, CatalogApi, CatalogCollatorEntityTransformer