diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index b69caae78a93afd2cebc4836f387a137293341f6..244e0d157ba18388868fd0efca4d6cd271c27e48 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -57,7 +57,6 @@ declare namespace distributedData { * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A * @Note: if swap the area, you should close all the KV store and use the new Context to create the KVManager - * @StageModelOnly */ context: Context; } @@ -389,7 +388,7 @@ declare namespace distributedData { /** * Device-collaborated database, as specified by {@code DeviceKVStore} * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ DEVICE_COLLABORATION = 0, @@ -405,7 +404,7 @@ declare namespace distributedData { /** * Multi-version database, as specified by {@code MultiKVStore} * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ MULTI_VERSION = 2, @@ -423,7 +422,7 @@ declare namespace distributedData { * NO_LEVEL: mains not set the security level. * * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ NO_LEVEL = 0, @@ -536,7 +535,7 @@ declare namespace distributedData { /** * Indicates schema object * @since 8 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ schema?: Schema;