NewOrUpdateAzCosmosDBAccount.MaxStalenessIntervalInSeconds 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.
[System.Management.Automation.Parameter(HelpMessage="When used with Bounded Staleness consistency, this value represents the time amount of staleness (in timespan) tolerated. Accepted range for this value is 5-86400.", Mandatory=false)]
public int? MaxStalenessIntervalInSeconds { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="When used with Bounded Staleness consistency, this value represents the time amount of staleness (in timespan) tolerated. Accepted range for this value is 5-86400.", Mandatory=false)>]
member this.MaxStalenessIntervalInSeconds : Nullable<int> with get, set
Public Property MaxStalenessIntervalInSeconds As Nullable(Of Integer)
Property Value
- Attributes