EventPage
Namespace: IotaSdk
A page of items returned by the GraphQL server.
public record class EventPage : System.IDisposable, System.IEquatable`1[[IotaSdk.EventPage, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → EventPage
Implements IDisposable, IEquatable<EventPage>
Attributes NullableContextAttribute, NullableAttribute
Properties
PageInfo
Information about the page, such as the cursor and whether there are more pages.
public PageInfo PageInfo { get; init; }
Property Value
Data
The data returned by the server.
public GraphQlEvent[] Data { get; init; }
Property Value
Constructors
EventPage(PageInfo, GraphQlEvent[])
A page of items returned by the GraphQL server.
public EventPage(PageInfo PageInfo, GraphQlEvent[] Data)
Parameters
PageInfo PageInfo
Information about the page, such as the cursor and whether there are
more pages.
Data GraphQlEvent[]
The data returned by the server.
Methods
Dispose()
public void Dispose()