Signed-off-by: e <wangkai424@huawei.com>
This commit is contained in:
e 2023-05-23 10:15:26 +08:00
parent 562dd3177b
commit d7e3672866

View File

@ -2678,7 +2678,7 @@ declare namespace distributedKVStore {
/**
* Obtains the KVStoreResultSet object matching a specified Device ID and Predicate object.
*
* @param deviceId Indicates the ID of the device to which the results belong.
* @param { string } deviceId Indicates the ID of the device to which the results belong.
* @param { dataSharePredicates.DataSharePredicates } predicates - Indicates the dataSharePredicates.
* @returns { Promise<KVStoreResultSet> } {KVStoreResultSet}: the {@code KVStoreResultSet}
* object matching the specified deviceId and {@code dataSharePredicates.DataSharePredicates} object.