ChaosReport Class

Definition

Represents the status of running Chaos, possibly within a time range, as returned by GetChaosReportAsync(ChaosReportFilter, TimeSpan, CancellationToken).

[System.Serializable]
public sealed class ChaosReport
[<System.Serializable>]
type ChaosReport = class
Public NotInheritable Class ChaosReport
Inheritance
ChaosReport
Attributes

Constructors

ChaosReport(ChaosParameters, ChaosStatus, List<ChaosEvent>, String)

Initializes a new instance of the ChaosReport class.

Properties

ChaosParameters

Gets the parameters that was passed into StartChaosAsync(ChaosParameters, TimeSpan, CancellationToken) and with which Chaos was started.

ContinuationToken

If the number of Chaos events is too large, then those will be returned in batches; so, to get the next batch of events the ContinuationToken must be passed in the API call, GetChaosReportAsync(String, TimeSpan, CancellationToken).

History

Gets the list of Chaos events that were produced during the time of interest specified in GetChaosReportAsync(ChaosReportFilter, TimeSpan, CancellationToken).

Status

Gets the current task (one of the enumerators in CurrentChaosTask enum) that Chaos is performing.

Methods

ToString()

Gets a string representation of the chaos status object.

Applies to