Megosztás a következőn keresztül:


ChaosReport.ContinuationToken Property

Definition

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

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

Property Value

Attributes

Applies to