solarnetwork-api-core
    Preparing search index...

    Class GeneralMetadata

    General metadata with a basic structure.

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

    Index

    Constructors

    • Constructor.

      Parameters

      • Optionalinfo: Map<string, any>

        the general metadata map

      • OptionalpropertyInfo: Map<string, Map<string, any>>

        the property metadata map

      • Optionaltags: 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