🕐 2 min read
This topic details the terms and concepts you must understand before you plan your migration from Tableau Server to Tableau Cloud.
Content types are the various types of content that reside on Tableau Server or Tableau Cloud. For details about which content types the Migration SDK supports, see Supported Content Types.
For unsupported content types, see Data not supported by the Migration SDK.
A migration plan describes how a migration should be done and what customizations must be done inflight. See IMigrationPlan in the API Reference documentation for a list of properties and their descriptions.
This is the best way to build a migration plan. Calling the Build()
method on the IMigrationPlanBuilder
gives you a MigrationPlan. For more information, see IMigrationPlanBuilder in the API Reference documentation for details.
This is the result generated after the migration has finished. It has two properties:
Configuration can be done using the MigrationSdkOptions
. For information about configuration items and their defaults, see MigrationSdkOptions in the API Reference documentation.