!7559 add isSearchable

Merge pull request !7559 from houpengtao/master
This commit is contained in:
openharmony_ci 2023-11-11 10:25:24 +00:00 committed by Gitee
commit e0a5a1faeb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -309,6 +309,16 @@ declare namespace relationalStore {
* @since 11
*/
autoCleanDirtyData?: boolean;
/**
* Specifies whether data can be searched.
*
* @type { ?boolean }
* @syscap SystemCapability.DistributedDataManager.RelationalStore.Core
* @systemapi
* @since 11
*/
isSearchable?: boolean;
}
/**