Namespace Tableau.Migration.Engine.Pipelines
Classes
CustomMigrationPipelineFactory<TPipeline>
IMigrationPipelineFactory implementation that can build a custom pipeline.
MigrationPipelineBase
Common base class for IMigrationPipeline implementations that can create and execute actions.
MigrationPipelineContentType
Object that represents a definition of a content type that a pipeline migrates.
MigrationPipelineContentType<TContent>
Object that represents a definition of a content type that a pipeline migrates.
MigrationPipelineFactory
Default IMigrationPipelineFactory implementation.
MigrationPipelineRunner
Default IMigrationPipelineRunner implementation.
ServerToCloudMigrationPipeline
IMigrationPipeline implementation to perform migrations from Tableau Server to Tableau Cloud.
Interfaces
IMigrationPipeline
Interface for an object that defines the steps and strategies needed to perform a migration of Tableau data.
IMigrationPipelineFactory
Interface for an object that can build IMigrationPipeline objects.
IMigrationPipelineRunner
Interface for an object that can execute IMigrationPipelines.