NewOrUpdateAzCosmosDBAccount.DefaultConsistencyLevel 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.
[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