ChaosEventsSegment.ContinuationToken Property

Definition

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).

[System.Runtime.Serialization.DataMember]
public string ContinuationToken { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ContinuationToken : string
Public ReadOnly Property ContinuationToken As String

Property Value

The string to pass into GetChaosEventsAsync(String, Int64, TimeSpan, CancellationToken) when the resulting number of ChaosEvent returned is too large to fit into one response.

Attributes

Applies to