本文简要介绍 python 语言中 arcgis.gis.GroupMigrationManager.load
的用法。
用法:
load(epk_item, item_ids=None, overwrite=True, future=True, folder_id=None, folder_owner=None)
返回:
字典 - 或 -
StatusJob
当future=True
load
方法将 EPK 内容导入到当前的Group
中。 .. 笔记:Administrative privileges are required to run this operation. Once imported, items will be owned by the importer, and will have to be manually reassigned to the proper owner if needed.
Keys
Description
epk_item
必填项。关于 EPK 项目内容的报告。这允许管理员查看 EPK 中的内容。
item_ids
可选列表。要导入组织的项目 ID 列表。
overwrite
可选的布尔值。如果 Items 导入存在,或者 Item ID 已经在使用中,它将删除旧的 item 并用这个替换它。
future
可选的布尔值。当为 True 时,
load
将返回一个Job
对象并且不会暂停当前线程。当False
load
将以同步方式发生时暂停线程。如果要加载大量数据,请将 future 设置为True
以减少时间。folder_id
可选字符串。在ArcGIS Online 和 Enterprise 10.9+ 中,用户可以指定项目的目标文件夹 ID。
folder_owner
可选字符串。在 ArcGIS Online 和 Enterprise 10.9+ 中,文件夹所有者的用户名。
相关用法
- Python ArcGIS GroupMigrationManager.create用法及代码示例
- Python ArcGIS GroupManager.create用法及代码示例
- Python ArcGIS GroupManager.search用法及代码示例
- Python ArcGIS Group.get_members用法及代码示例
- Python ArcGIS Group.update用法及代码示例
- Python ArcGIS GroupApplication.decline用法及代码示例
- Python ArcGIS Group.search用法及代码示例
- Python ArcGIS Group.invite_users用法及代码示例
- Python ArcGIS Group.add_users用法及代码示例
- Python ArcGIS Group.notify用法及代码示例
- Python ArcGIS Group.get_thumbnail用法及代码示例
- Python ArcGIS GroupApplication.accept用法及代码示例
- Python ArcGIS Geometry.true_centroid用法及代码示例
- Python ArcGIS GeoAccessor.bbox用法及代码示例
- Python ArcGIS Geometry.last_point用法及代码示例
- Python ArcGIS Geometry.measure_on_line用法及代码示例
- Python ArcGIS GeoAccessor.area用法及代码示例
- Python ArcGIS Geometry.point_from_angle_and_distance用法及代码示例
- Python ArcGIS Geometry.hull_rectangle用法及代码示例
- Python ArcGIS GeoAccessor.from_parquet用法及代码示例
- Python ArcGIS Geometry.translate用法及代码示例
- Python ArcGIS Geometry.from_shapely用法及代码示例
- Python ArcGIS Geometry.intersect用法及代码示例
- Python ArcGIS Geometry.length用法及代码示例
- Python ArcGIS Geometry.area用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.GroupMigrationManager.load。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。