PyMigrationManifestEntry
class PyMigrationManifestEntry(migration_manifest_entry)
Bases: object
Interface for an entry on a IMigrationManifest that describes the migration state of single content item.
- Parameters: migration_manifest_entry (IMigrationManifestEntry)
__init__(migration_manifest_entry)
Creates a new PyMigrationManifestEntry object.
Args: : migration_manifest_entry: A IMigrationManifestEntry object.
Returns: None.
- Parameters: migration_manifest_entry (IMigrationManifestEntry)
- Return type: None
Methods
__init__ (migration_manifest_entry) |
Creates a new PyMigrationManifestEntry object. |
---|
Attributes
destination |
Gets the content item's destination information, or null if the content item was not migrated due to filtering, or otherwise not found in the destination during the course of the migration. |
---|---|
errors |
Gets errors that occurred while migrating the content item. |
has_migrated |
Gets whether or not the content item has been migrated, either in a previous run or the current run. |
mapped_location |
Gets the content item's intended destination location, regardless if a Destination value's location if available. |
source |
Gets the content item's source information. |
status |
Gets the migration status code of the content item for the current run. |
property destination : PyContentReference
Gets the content item’s destination information, or null if the content item was not migrated due to filtering, or otherwise not found in the destination during the course of the migration.
property errors : Sequence[Exception]
Gets errors that occurred while migrating the content item.
property has_migrated : bool
Gets whether or not the content item has been migrated, either in a previous run or the current run.
property mapped_location : PyContentLocation
Gets the content item’s intended destination location, regardless if a Destination value’s location if available.
property source : PyContentReference
Gets the content item’s source information.
property status : PyMigrationManifestEntryStatus
Gets the migration status code of the content item for the current run. See HasMigrated for the migration status across all runs.