diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index e020a0403156886ce840b91c9e0a6fcb6cf666f1..7db8488445eb7cbbadf0d5e0e7c5410f3cd657f9 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -1131,6 +1131,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param value Indicates the data record to put. * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors @@ -1159,6 +1160,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param predicates Indicates the datasharePredicates. * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors @@ -1421,6 +1423,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param predicates Indicates the datasharePredicates. * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors @@ -1683,6 +1686,7 @@ declare namespace distributedData { * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @param predicates Indicates the datasharePredicates. * @systemapi + * @StageModelOnly * Spaces before and after the key will be cleared. * @throws Throws this exception if any of the following errors * occurs: {@code SERVER_UNAVAILABLE}, {@code IPC_ERROR}, and @@ -1696,6 +1700,7 @@ declare namespace distributedData { * @since 9 * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @systemapi + * @StageModelOnly * @param predicates Indicates the key. * @param deviceId Indicates the ID of the device to which the results belong. * Spaces before and after the key will be cleared.