Class BulkSourceCache<TContent>
BulkApiContentReferenceCache<TContent> implementation that is built from ISourceEndpoint.
Implements
Inherited Members
Namespace: Tableau.Migration.Engine.Endpoints.Search
Assembly: Tableau.Migration.dll
Syntax
public class BulkSourceCache<TContent> : BulkApiContentReferenceCache<TContent>, IContentReferenceCache where TContent : class, IContentReference
Type Parameters
| Name | Description |
|---|---|
| TContent | The content type. |
Constructors
BulkSourceCache(ISourceEndpoint, IConfigReader)
Creates a new BulkSourceCache<TContent>
Declaration
public BulkSourceCache(ISourceEndpoint endpoint, IConfigReader configReader)
Parameters
| Type | Name | Description |
|---|---|---|
| ISourceEndpoint | endpoint | The source endpoint. |
| IConfigReader | configReader | A config reader. |