Tableau Migration SDK 5.1.1
  • Articles
  • Code Samples
  • Python API Reference
  • C# API Reference
Show / Hide Table of Contents
  • tableau_migration
    • migration
      • get_service
      • get_service_provider
      • PyMigrationResult
      • PyMigrationManifest
      • PyMigrationCompletionStatus
      • PyContentReference
      • PyContentLocation
      • PyPipelineProfile
      • PyResult
    • migration_api_rest
      • PyRestIdentifiable
    • migration_api_rest_models
      • PyAdministratorLevels
      • PyContentPermissions
      • PyLabelCategories
      • PyLicenseLevels
      • PyPermissionsCapabilityModes
      • PyPermissionsCapabilityNames
      • PySiteRoles
      • PyExtractEncryptionModes
    • migration_api_rest_models_types
      • PyAuthenticationTypes
      • PyDataSourceFileTypes
      • PyWorkbookFileTypes
    • migration_content
      • PyCloudSubscription
      • PySubscription
      • PySubscriptionContent
      • PyTag
      • PyUser
      • PyUserAuthenticationType
      • PyUsernameContent
      • PyServerSubscription
      • PyView
      • PyWithOwner
      • PyWithTags
      • PyWithWorkbook
      • PyWorkbook
      • PyWorkbookDetails
      • PyWithDomain
      • PyPublishedContent
      • PyPublishableGroup
      • PyConnection
      • PyConnectionsContent
      • PyContainerContent
      • PyCustomView
      • PyDataSource
      • PyDataSourceDetails
      • PyPublishableWorkbook
      • PyDescriptionContent
      • PyGroup
      • PyGroupUser
      • PyLabel
      • PyProject
      • PyPublishableCustomView
      • PyPublishableDataSource
      • PyExtractContent
    • migration_content_permissions
      • PyPermissions
      • PyGranteeType
      • PyGranteeCapability
      • PyCapability
    • migration_content_schedules
      • PyInterval
      • PyFrequencyDetails
      • PyExtractRefreshTask
      • PyExtractRefreshContentType
      • PySchedule
      • PyWithSchedule
    • migration_content_schedules_cloud
      • PyCloudSchedule
      • PyCloudExtractRefreshTask
    • migration_content_schedules_server
      • PyServerSchedule
      • PyServerExtractRefreshTask
    • migration_engine
      • PyServerToCloudMigrationPlanBuilder
      • PyMigrationPlanBuilder
      • PyMigrationPlan
      • PyContentMigrationItem
    • migration_engine_actions
      • PyMigrationActionResult
    • migration_engine_endpoints_search
      • PySourceContentReferenceFinder
      • PySourceContentReferenceFinderFactory
      • PyDestinationContentReferenceFinderFactory
      • PyDestinationContentReferenceFinder
    • migration_engine_hooks
      • PyMigrationHookBuilder
      • PyMigrationHookFactoryCollection
    • migration_engine_hooks_filters
      • PyContentFilterBuilder
    • migration_engine_hooks_filters_interop
      • PyContentFilterBase
    • migration_engine_hooks_interop
      • PyInitializeMigrationHookBase
      • PyMigrationActionCompletedHookBase
      • PyContentBatchMigrationCompletedHookBase
    • migration_engine_hooks_mappings
      • PyContentMappingContext
      • PyContentMappingBuilder
    • migration_engine_hooks_mappings_interop
      • PyContentMappingBase
      • PyTableauCloudUsernameMappingBase
    • migration_engine_hooks_postpublish
      • PyContentItemPostPublishContext
      • PyBulkPostPublishContext
    • migration_engine_hooks_postpublish_interop
      • PyContentItemPostPublishHookBase
      • PyBulkPostPublishHookBase
    • migration_engine_hooks_results
      • PyInitializeMigrationHookResult
    • migration_engine_hooks_transformers
      • PyContentTransformerBuilder
    • migration_engine_hooks_transformers_interop
      • PyXmlContentTransformerBase
      • PyContentTransformerBase
    • migration_engine_manifest
      • PyMigrationManifestEntryEditor
      • PyMigrationManifestEntryStatus
      • PyMigrationManifestSerializer
      • PyMigrationManifestEntry
    • migration_engine_migrators
      • PyContentItemMigrationResult
      • PyMigrator
    • migration_engine_migrators_batch
      • PyContentBatchMigrationResult
    • migration_engine_options
      • PyMigrationPlanOptionsBuilder
      • PyMigrationPlanOptionsCollection
    • migration_engine_pipelines
      • PyMigrationPipelineContentType
      • PyServerToCloudMigrationPipeline
    • migration_enum
    • migration_logger
      • MigrationLogger
    • migration_services
      • ScopedMigrationServices

tableau_migration.migration_content

Wrapper for classes in Tableau.Migration.Content namespace.

Classes

PyCloudSubscription(cloud_subscription) The interface for a cloud subscription.
PyConnection(connection) Interface for a content item's embedded connection.
PyConnectionsContent(connections_content) Interface for content that has connection metadata.
PyContainerContent(container_content) Interface for a content item that belongs to a container (e.g. project or personal space).
PyCustomView(custom_view) The interface for a custom view content item.
PyDataSource(data_source) Interface for a data source content item.
PyDataSourceDetails(data_source_details) Interface for a data source object with extended information, from a GET query for example.
PyDescriptionContent(description_content) Interface for a content item that has a description.
PyExtractContent(extract_content) Interface for a content item that has an extract.
PyGroup(group) Interface for a group content item.
PyGroupUser(group_user) Interface for a user linked to a group content item.
PyLabel(label) Interface for a content item's label.
PyProject(project) Interface for a project content item.
PyPublishableCustomView(publishable_custom_view) Interface for the publishable version of ICustomView.
PyPublishableDataSource(publishable_data_source) Interface for a IDataSource that has been downloaded and has full information necessary for re-publishing.
PyPublishableGroup(publishable_group) Interface for a group content item with users.
PyPublishableWorkbook(publishable_workbook) Interface for an IWorkbook that has been downloaded and has full information necessary for re-publishing.
PyPublishedContent(published_content) Interface for a content item that has metadata around publishing information.
PyServerSubscription(server_subscription) The interface for a server subscription.
PySubscription(subscription) Interface for a subscription.
PySubscriptionContent(subscription_content) The content of the subscription.
PyTag(tag) Interface for tags associated with content items.
PyUser(user) Interface for a user content item.
PyUserAuthenticationType(...) Structure representing the authentication type of a user.
PyUsernameContent(username_content) Interface for a content item that uses a domain qualified username.
PyView(view) Interface for view associated with the content item.
PyWithDomain(with_domain) Interface for content items with a domain.
PyWithOwner(with_owner) Interface to be inherited by content items with owner.
PyWithTags(with_tags) Interface to be inherited by content items with tags.
PyWithWorkbook(with_workbook) Interface to be inherited by content items with workbook.
PyWorkbook(workbook) Interface for a workbook content item.
PyWorkbookDetails(workbook_details) Interface for a workbook object with extended information, from a GET query for example.
In this article