你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSEventHubInputProperties.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