Property Expiration
Expiration
TTL (Time-To-Live) for the message. It MUST be greater than or equal to zero.
[JsonPropertyName("expiration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public int? Expiration { get; set; }
Property Value
- int?