Skip to main content

ObjectPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

public record class ObjectPage : System.IDisposable, System.IEquatable`1[[IotaSdk.ObjectPage, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectObjectPage
Implements IDisposable, IEquatable<ObjectPage>
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 Object[] Data { get; init; }

Property Value

Object[]

Constructors

ObjectPage(PageInfo, Object[])

A page of items returned by the GraphQL server.

public ObjectPage(PageInfo PageInfo, Object[] Data)

Parameters

PageInfo PageInfo
Information about the page, such as the cursor and whether there are more pages.

Data Object[]
The data returned by the server.

Methods

Dispose()

public void Dispose()