Class OrderByFilter
Filter specifying the order of results that should be returned by the mirror node.
Implements
Inherited Members
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class OrderByFilter : IMirrorQueryFilter
Fields
| Edit this page View SourceAscending
OrderBy instance that requests that results be returned in ascending order.
Declaration
public static OrderByFilter Ascending
Field Value
| Type | Description |
|---|---|
| OrderByFilter |
Descending
OrderBy instance that requests that results be returned in descending order.
Declaration
public static OrderByFilter Descending
Field Value
| Type | Description |
|---|---|
| OrderByFilter |
Properties
| Edit this page View SourceName
The query parameter name recognized by the remote mirror node.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the query parameter sent to the mirror node.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |