Property ExpirationTime
ExpirationTime
The ExpirationTime of TimeSpan type after which the message is expired from the topic. This can also accept a null value, which will ensure that the message is not expired from the topic. In case of no expiration time specified, null is considered as a default value.
Declaration
public TimeSpan? ExpirationTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> | Time after which the message is expired from the topic. This can also accept a null value, which will ensure that the message is not expired from the topic. |