Concepts


🕐 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

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.

Migration Plan

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.

Migration Plan Builder

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.

Migration Result

This is the result generated after the migration has finished. It has two properties:

Configuration

Configuration can be done using the MigrationSdkOptions. For information about configuration items and their defaults, see MigrationSdkOptions in the API Reference documentation.