本文简要介绍 python 语言中 arcgis.gis.Item.status
的用法。
用法:
status(job_id=None, job_type=None)
返回:
发布
Item
对象的状态。
status
方法在以下情况下提供Item
的状态:发布
Item
在异步模式下添加
Item
3.添加分段上传。当仅上传部分且
Item
对象未提交时,Partial
可用于Add Item Multipart
。
Parameter
Description
job_id
可选字符串。在 publish、generateFeatures、export 和 createService 调用期间返回的作业 ID。
job_type
可选字符串。必须检查其状态的异步作业的类型。默认为 none,它检查项目的状态。除非与下面列出的操作一起使用,否则此参数是可选的。值:
publish
、generateFeatures
、export
和createService
例子:
# Usage Example >>> item.status(job_type="generateFeatures")
相关用法
- Python ArcGIS Item.share用法及代码示例
- Python ArcGIS Item.publish用法及代码示例
- Python ArcGIS Item.reassign_to用法及代码示例
- Python ArcGIS Item.delete_relationship用法及代码示例
- Python ArcGIS Item.download用法及代码示例
- Python ArcGIS Item.delete用法及代码示例
- Python ArcGIS Item.copy用法及代码示例
- Python ArcGIS Item.move用法及代码示例
- Python ArcGIS Item.related_items用法及代码示例
- Python ArcGIS Item.create_tile_service用法及代码示例
- Python ArcGIS Item.register用法及代码示例
- Python ArcGIS Item.add_comment用法及代码示例
- Python ArcGIS Item.copy_feature_layer_collection用法及代码示例
- Python ArcGIS Item.export用法及代码示例
- Python ArcGIS Item.update_thumbnail用法及代码示例
- Python ArcGIS Item.add_relationship用法及代码示例
- Python ArcGIS Item.update用法及代码示例
- Python ArcGIS Item.usage用法及代码示例
- Python ArcGIS Item.get_thumbnail用法及代码示例
- Python ArcGIS ImageryLayer.thumbnail用法及代码示例
- Python arcgis.apps.hub.Initiative.update用法及代码示例
- Python ArcGIS ImageryLayer.draw_graph用法及代码示例
- Python arcgis.apps.hub.IndicatorManager.add用法及代码示例
- Python arcgis.apps.hub.InitiativeManager.add用法及代码示例
- Python ArcGIS ImageryLayer.compute_stats_and_histograms用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.Item.status。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。