General metadata with a basic structure.

This metadata can be associated with a variety of objects within SolarNetwork, such as users, nodes, and datum.

Hierarchy

  • GeneralMetadata

Constructors

  • Constructor.

    Parameters

    • 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

    Returns GeneralMetadata

Properties

info?: Map<string, any>

The general metadata map.

propertyInfo?: Map<string, Map<string, any>>

The property metadata map.

tags?: Set<string>

The tags.

Methods

Generated using TypeDoc