Skip to main content

DynamicFieldOutputPage

Namespace: IotaSdk

A page of items returned by the GraphQL server.

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

Inheritance ObjectDynamicFieldOutputPage
Implements IDisposable, IEquatable<DynamicFieldOutputPage>
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 DynamicFieldOutput[] Data { get; init; }

Property Value

DynamicFieldOutput[]

Constructors

DynamicFieldOutputPage(PageInfo, DynamicFieldOutput[])

A page of items returned by the GraphQL server.

public DynamicFieldOutputPage(PageInfo PageInfo, DynamicFieldOutput[] Data)

Parameters

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

Data DynamicFieldOutput[]
The data returned by the server.

Methods

Dispose()

public void Dispose()