Property Id
- Namespace
- Ratatoskr.CloudEvents
- Assembly
- Ratatoskr.dll
Id
[REQUIRED] Identifies the event. Producers MUST ensure that source + id is unique for each distinct event. If a duplicate event is re-sent (e.g. due to a network error) it MAY have the same id. Consumers MAY assume that Events with identical source and id are duplicates.
[JsonPropertyName("id")]
public required string Id { get; init; }