Interface IEndpointWorkbookViewsCache
Interface for a migration cache that contains view information by a workbook ID.
Inherited Members
Namespace: Tableau.Migration.Engine.Endpoints.Caching
Assembly: Tableau.Migration.dll
Syntax
public interface IEndpointWorkbookViewsCache : IMigrationCache<Guid, IImmutableList<IView>>, IDisposable