IConfigurationStorePropertiesUpdateParameters.DefaultKeyValueRevisionRetentionPeriodInSecond Property

Definition

The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultKeyValueRevisionRetentionPeriodInSeconds", Update=true)]
public long? DefaultKeyValueRevisionRetentionPeriodInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="defaultKeyValueRevisionRetentionPeriodInSeconds", Update=true)>]
member this.DefaultKeyValueRevisionRetentionPeriodInSecond : Nullable<int64> with get, set
Public Property DefaultKeyValueRevisionRetentionPeriodInSecond As Nullable(Of Long)

Property Value

Attributes

Applies to