Show / Hide Table of Contents

Class OrderBy

Sets the sort direction for results returned by the mirror node. Paging directive — does not change which records are returned, only the order they appear in the response. Use the static Ascending or Descending instances; the constructor is private.

Inheritance
object
OrderBy
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 OrderBy : IMirrorPaging, IMirrorQueryParameter

Fields

| Edit this page View Source

Ascending

Requests that results be returned in ascending order.

Declaration
public static OrderBy Ascending
Field Value
Type Description
OrderBy
| Edit this page View Source

Descending

Requests that results be returned in descending order.

Declaration
public static OrderBy Descending
Field Value
Type Description
OrderBy

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