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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET