我正在尝试从.net SDK(v1.6.3)在分区集合(服务器端分区)上执行存储过程.
await client.ExecuteStoredProcedureAsync<string>(UriFactory.CreateStoredProcedureUri("db0", "collection0", "testsproc0"), storedProcedureParams);
我收到错误"必须为此操作提供PartitionKey值".事实上,当我使用Script Explorer时,我在Azure门户中看到了这个错误.但是,我看不到添加PartitionKey的方法.这是现在API和分区集合的限制,还是我错过了什么?