RequestOptions.AvailabilityStrategy 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.
Cosmos availability strategy. Availability strategy allows the SDK to send out additional cross region requests to help reduce latency and increase availability. Currently there is one type of availability strategy, parallel request hedging. If there is a globally enabled availability strategy, setting one in the request options will override the global one.
public Microsoft.Azure.Cosmos.AvailabilityStrategy AvailabilityStrategy { get; set; }
member this.AvailabilityStrategy : Microsoft.Azure.Cosmos.AvailabilityStrategy with get, set
Public Property AvailabilityStrategy As AvailabilityStrategy