PSEventHubInputProperties.RetentionTimeInDays Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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