FeedOptions.setPartitionKey(PartitionKey partitionkey) 方法
定义
Sets the partition key used to identify the current request's target partition.
public void setPartitionKey(PartitionKey partitionkey)
参数
- partitionkey
- PartitionKey
the partition key value.