PSEventHubProperties.RetentionTimeInDays Property

Definition

The retention time in days. Range of values [For F1: 1-1, S1: 1-7, S2: 1-7, S3: 1-7].

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to