Using the CreateRowBuffer() method with a non-versioning geodatabase feature service calls the REST endpoint every time to apply edits. It should be handling the feature records as a batch, as the versioning geodatabase feature service does.
上次发布: October 5, 2022ArcGIS Pro SDK for .NET
漏洞 ID 编号
BUG-000152747
已提交
October 3, 2022
上次修改时间
September 19, 2024
适用范围
ArcGIS Pro SDK for .NET
找到的版本
2.9
操作系统
N/A
操作系统版本
N/A
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This is not an issue with the ArcGIS Pro SDK for .NET, but is related to the underlying implementation of non-versioned feature classes. For mass data entry into this type of service, it is recommended to use the geoprocessing Append tool with a client-server connection.