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 Object → DynamicFieldOutputPage
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
Data
The data returned by the server.
public DynamicFieldOutput[] Data { get; init; }
Property Value
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()