Enum MigrationManifestEntryStatus
An enumeration of the various migration statuses states of a content item.
Namespace: Tableau.Migration.Engine.Manifest
Assembly: Tableau.Migration.dll
Syntax
public enum MigrationManifestEntryStatus
Fields
Name | Description |
---|---|
Canceled | An attempt was made to migrate the content item, but the process was canceled mid-migration. The content item may be missing on the destination or may be partially migrated. |
Error | An attempt was made to migrate the content item, but it resulted in one or more errors. The content item may be missing on the destination or may be partially migrated. |
Migrated | The content item was migrated successfully. |
Pending | The content item has not yet been processed. |
Skipped | The content item was not migrated due to filtering. |