Partilhar via


EventDataCollection.NextLink Property

 

Optional. The next link works as a continuation token when all of the events are not returned in the response and a second call is required.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string NextLink { get; set; }
public:
property String^ NextLink {
    String^ get();
    void set(String^ value);
}
member NextLink : string with get, set
Public Property NextLink As String

Property Value

Type: System.String

See Also

EventDataCollection Class
Microsoft.Azure.Insights.Models Namespace

Return to top