ChaosParameters.MaxConcurrentFaults 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.
Maximum number of concurrent faults induced per iteration with the lowest being 1. The higer the concurrency the more aggressive the failovers; thus, inducing more complex series of failures to uncover bugs -- using 2 or 3 for this is recommended.
[System.Runtime.Serialization.DataMember]
public long MaxConcurrentFaults { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxConcurrentFaults : int64 with get, set
Public Property MaxConcurrentFaults As Long
Property Value
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET