From 6578544c712898832dd6bf7bd95ef2b4758ca6f6 Mon Sep 17 00:00:00 2001 From: zuojiangjiang Date: Mon, 9 Oct 2023 06:48:33 +0000 Subject: [PATCH] update interface_sdk/api/@ohos.data.relationalStore.d.ts. Signed-off-by: zuojiangjiang --- .../api/@ohos.data.relationalStore.d.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/interface_sdk/api/@ohos.data.relationalStore.d.ts b/interface_sdk/api/@ohos.data.relationalStore.d.ts index aa09336e..e43ff5cd 100644 --- a/interface_sdk/api/@ohos.data.relationalStore.d.ts +++ b/interface_sdk/api/@ohos.data.relationalStore.d.ts @@ -289,6 +289,14 @@ declare namespace relationalStore { * @since 10 */ dataGroupId?: string; + + /** + * Specifies whether retain data that deleted in cloud, default false. + * + * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core + * @since 11 + */ + retainData?: boolean; } /** @@ -755,14 +763,6 @@ declare namespace relationalStore { autoSync: boolean; references?: Array; - - /** - * Specifies whether retain data for cloud delete, default false. - * - * @syscap SystemCapability.DistributedDataManager.RelationalStore.Core - * @since 11 - */ - retainData?: boolean; } /** -- Gitee