ChaosEventsSegment.ContinuationToken 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.
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