C# Class ChaosTest.ChaosService.ChaosTestConfigSettings

This class populates values of various parameters from the Settings.xml under Config
Show file Open project: Azure-Samples/service-fabric-dotnet-testing-chaos-service

Public Properties

Property Type Description
EnableMoveReplicaFaults bool
MaxClusterStabilizationTimeout System.TimeSpan
MaxConcurrentFaults uint
OperationTimeout System.TimeSpan
WaitTimeBetweenFaults System.TimeSpan
WaitTimeBetweenIterations System.TimeSpan

Property Details

EnableMoveReplicaFaults public static property

public static bool EnableMoveReplicaFaults
return bool

MaxClusterStabilizationTimeout public static property

public static TimeSpan,System MaxClusterStabilizationTimeout
return System.TimeSpan

MaxConcurrentFaults public static property

public static uint MaxConcurrentFaults
return uint

OperationTimeout public static property

public static TimeSpan,System OperationTimeout
return System.TimeSpan

WaitTimeBetweenFaults public static property

public static TimeSpan,System WaitTimeBetweenFaults
return System.TimeSpan

WaitTimeBetweenIterations public static property

public static TimeSpan,System WaitTimeBetweenIterations
return System.TimeSpan