getPrivateDataByPartialCompositeKey
getPrivateDataByPartialCompositeKey()
方法返回指定私有集合中指定的
部分复合键的状态。
方法原型
<async> getPrivateDataByPartialCompositeKey(collection, objectType, attributes)
调用参数
- collection:集合名称,字符串
- objectType:结果键前缀,字符串
- attributes:复合键属性值数组,字符串数组
返回值
getPrivateDataByPartialCompositeKey()
方法返回一个Promise对象。