Property Subject
- Namespace
- Ratatoskr.CloudEvents
- Assembly
- Ratatoskr.dll
Subject
[OPTIONAL] This identifies the subject of the event in the context of the event producer (identified by source). Identifying the subject of the event in context metadata is particularly helpful in generic subscription filtering scenarios.
[JsonPropertyName("subject")]
public string? Subject { get; init; }