EventhubInner.MessageRetentionInDays Property

Definition

Gets or sets number of days to retain the events for this Event Hub, value should be 1 to 7 days

[Newtonsoft.Json.JsonProperty(PropertyName="properties.messageRetentionInDays")]
public long? MessageRetentionInDays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.messageRetentionInDays")>]
member this.MessageRetentionInDays : Nullable<int64> with get, set
Public Property MessageRetentionInDays As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to