NewOrUpdateAzCosmosDBAccount.DefaultConsistencyLevel Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "BoundedStaleness", "ConsistentPrefix", "Eventual", "Session", "Strong" })]
[System.Management.Automation.Parameter(HelpMessage="Default consistency level of the Cosmos DB database account. Accepted values: BoundedStaleness, ConsistentPrefix, Eventual, Session, Strong. Default is Session.", Mandatory=false)]
public string DefaultConsistencyLevel { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "BoundedStaleness", "ConsistentPrefix", "Eventual", "Session", "Strong" })>]
[<System.Management.Automation.Parameter(HelpMessage="Default consistency level of the Cosmos DB database account. Accepted values: BoundedStaleness, ConsistentPrefix, Eventual, Session, Strong. Default is Session.", Mandatory=false)>]
member this.DefaultConsistencyLevel : string with get, set
Public Property DefaultConsistencyLevel As String

Property Value

Attributes

Applies to