DefaultCatalogCollatorFactoryOptions
Home > @backstage/plugin-catalog-backend
> DefaultCatalogCollatorFactoryOptions
Warning: This API is now obsolete.
This is no longer supported since the new backend system migration
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