Constructor.
Optional
info: Map<string, any>the general metadata map
Optional
propertyInfo: Map<string, Map<string, any>>the property metadata map
Optional
tags: string[] | Set<string>the tags
Optional
infoThe general metadata map.
Optional
propertyThe property metadata map.
Optional
tagsThe tags.
Static
fromParse a JSON string into a GeneralMetadata
instance.
The JSON must be encoded the same way Domain.GeneralMetadata#toJsonEncoding does.
the JSON to parse
the metadata instance
Generated using TypeDoc
General metadata with a basic structure.
This metadata can be associated with a variety of objects within SolarNetwork, such as users, nodes, and datum.