1# Metadata 2 3The **Metadata** module provides the metadata information. 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8> 9> API version 9 is a canary version for trial use. The APIs of this version may be unstable. 10 11## Metadata 12 13**System capability**: SystemCapability.BundleManager.BundleFramework 14 15| Name | Type | Readable| Writable| Description | 16| -------- | ------ | ---- | ---- | ---------- | 17| name | string | Yes | Yes | Metadata name.| 18| value | string | Yes | Yes | Metadata value. | 19| resource | string | Yes | Yes | Metadata resource.| 20 21