Share via


IGen1EnvironmentUpdateParameters.DataRetentionTime Property

Definition

ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.

[Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="dataRetentionTime")]
public TimeSpan? DataRetentionTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="ISO8601 timespan specifying the minimum number of days the environment's events will be available for query.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="dataRetentionTime")>]
member this.DataRetentionTime : Nullable<TimeSpan> with get, set
Public Property DataRetentionTime As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to