Skip to main content

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 ObjectEventPage
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

PageInfo

Data

The data returned by the server.

public GraphQlEvent[] Data { get; init; }

Property Value

GraphQlEvent[]

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