ChaosEventsSegment Class

Definition

Represents the events of ChaosEvent caused by Chaos.

[System.Runtime.Serialization.DataContract]
public sealed class ChaosEventsSegment
[<System.Runtime.Serialization.DataContract>]
type ChaosEventsSegment = class
Public NotInheritable Class ChaosEventsSegment
Inheritance
ChaosEventsSegment
Attributes

Properties

ContinuationToken

If the number of ChaosEvent is too large, then those will be returned in segments. To get the next batch of events the ContinuationToken must be passed in the API call, GetChaosEventsAsync(String, Int64, TimeSpan, CancellationToken).

History

Gets the list of ChaosEvent that were produced during the timerange specified in GetChaosEventsAsync(ChaosEventsSegmentFilter, Int64, TimeSpan, CancellationToken)

.

Methods

ToString()

Gets a string representation of the ChaosEventsSegment object.

Applies to