The metadata entry type carried by this event
Metadata entries and their trigger time.
The collection is homogeneous: all entries share the same metadata type, reflected by metadataType.
Discriminator for the metadata type carried by this event.
All entries in MetadataCollection.entries share this value.
This event name as it is on the native side.
The UNIX timestamp in which this event happened.
Base event type for events that carry timed metadata.
Concrete events like MetadataParsedEvent and MetadataEvent fix metadataType and metadata to a specific metadata entry type.
Remarks
Branching on metadataType using an
if/switchstatement narrows the event to the appropriate metadata subtype, giving access to entry-specific fields.