ConfigurationStore.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.PropertyOrigin.Inlined)]
public long? DefaultKeyValueRevisionRetentionPeriodInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Origin(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.PropertyOrigin.Inlined)>]
member this.DefaultKeyValueRevisionRetentionPeriodInSecond : Nullable<int64> with get, set
Public Property DefaultKeyValueRevisionRetentionPeriodInSecond As Nullable(Of Long)

Property Value

Implements

Attributes

Applies to