A metadata tag describing a data asset. Associated with a TitleRecord, tags improve record searchability and filtering.

Hierarchy

  • Tag

Constructors

Properties

Methods

Constructors

  • Private

    Constructs a new Tag with the provided value. This constructor is private. To create a Tag instance, use the static factory methods.

    Parameters

    • tag: string

      The tag value.

    Returns Tag

Properties

value: string

The raw value of the tag.

Methods

  • Creates a custom Tag with the provided tag value.

    Parameters

    • tag: string

      The custom tag value.

    Returns Tag

    A Tag instance.

    Static

  • Creates a Tag from a provided raw value. If the tag value matches a common tag, a pre-defined Tag is returned. Otherwise, a custom Tag is created.

    Parameters

    • tag: string

      The tag value.

    Returns Tag

    A Tag instance.

    Static

Generated using TypeDoc