Show / Hide Table of Contents

Class PageLimit

Caps the number of records returned by the mirror node in a single page. Paging directive — does not change which records are returned, only how many fit in one response.

Inheritance
object
PageLimit
Implements
IMirrorPaging
IMirrorQueryParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror.Paging
Assembly: Hiero.dll
Syntax
public class PageLimit : IMirrorPaging, IMirrorQueryParameter

Constructors

| Edit this page View Source

PageLimit(int)

Constructor requires the page size limit.

Declaration
public PageLimit(int limit)
Parameters
Type Name Description
int limit

The number of records to return in a page.

Properties

| Edit this page View Source

Name

The query parameter name recognized by the remote mirror node.

Declaration
public string Name { get; }
Property Value
Type Description
string
| Edit this page View Source

Value

The value of the query parameter sent to the mirror node.

Declaration
public string Value { get; }
Property Value
Type Description
string

Implements

IMirrorPaging
IMirrorQueryParameter
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph