Class ProfilerDatabaseAttribute

Later aliased as ProfilerDatabase::Attribute. The Attribute class represents a definition for an EventSample attribute. Attributes are extra pieces of data that can be assigned to event samples during their capture.

Constructors

Properties

_attributeIdentifier: ProfilerDatabaseIdentifier
_name: string

Accessors

  • get name(): string
  • User-friendly name of this attribute.

    Returns string

  • set name(value): void
  • Parameters

    • value: string

    Returns void

Methods