IGen2EnvironmentUpdateParameters.WarmStoreConfigurationDataRetention 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.
ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store.
[Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="dataRetention")]
public TimeSpan? WarmStoreConfigurationDataRetention { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.Info(Description="ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=false, Required=false, SerializedName="dataRetention")>]
member this.WarmStoreConfigurationDataRetention : Nullable<TimeSpan> with get, set
Public Property WarmStoreConfigurationDataRetention As Nullable(Of TimeSpan)
Property Value
- Attributes