PyMigrationContentLoaderBase
class PyMigrationContentLoaderBase
Bases: Generic[T]
Generic base class for migration content loaders that users can inherit from to create custom loaders.
__init__()
Methods
__init__() |
|
|---|---|
get_migration_content_pager(page_size) |
Gets a pager for content to consider for migration. |
get_migration_content_pager(page_size)
Gets a pager for content to consider for migration.
Args: : page_size: The page size to configure the pager for.
Returns: The pager.
- Parameters: page_size (int)