ConfigurationStore.DefaultKeyValueRevisionRetentionPeriodInSecond 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 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