当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python ArcGIS GroupMigrationManager.load用法及代码示例


本文简要介绍 python 语言中 arcgis.gis.GroupMigrationManager.load 的用法。

用法:

load(epk_item, item_ids=None, overwrite=True, future=True, folder_id=None, folder_owner=None)

返回:

字典 - 或 - StatusJobfuture=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+ 中,文件夹所有者的用户名。

相关用法


注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.GroupMigrationManager.load。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。