openharmony 鸿蒙 js-apis-data-valuesBucket

2025-06-12 浏览 (1)

@ohos.data.ValuesBucket (Data Set)

ValuesBucket is a dataset in the form of key-value (KV) pairs that can be inserted in the database.

NOTE

  • The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version.

  • The APIs of this module can be used only in the stage model.

Modules to Import

import { ValueType, ValuesBucket } from '@kit.ArkData';

ValueType

type ValueType = number|string|boolean

Defines the value types allowed in a ValuesBucket instance.

System capability: SystemCapability.DistributedDataManager.DataShare.Core

TypeDescription
numberThe value is a number.
stringThe value is a string.
booleanThe value is true or false.

ValuesBucket

type ValuesBucket = Record<string, ValueType|Uint8Array|null>

Defines the types of the key and value in a KV pair. This type is not multi-thread safe. If a ValuesBucket instance is operated by multiple threads at the same time in an application, use a lock for it.

System capability: SystemCapability.DistributedDataManager.DataShare.Core

TypeDescription
Record<string, ValueType |Uint8Array |null>Types of the key and value in a KV pair. The key type is string, and the value type can be ValueType, Uint8Array, or null.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkData (ArkData Management)

harmony 鸿蒙Data

harmony 鸿蒙OH_Cursor

harmony 鸿蒙OH_Predicates

harmony 鸿蒙OH_Rdb_Config

harmony 鸿蒙OH_Rdb_Store

harmony 鸿蒙OH_VBucket

harmony 鸿蒙OH_VObject

harmony 鸿蒙Preferences

harmony 鸿蒙_r_d_b

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/iyuwBd