Class LimitFilter
Indicates the number of results to return in a page.
Implements
Inherited Members
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class LimitFilter : IMirrorQueryFilter
Constructors
| Edit this page View SourceLimitFilter(int)
Constructor requires the page size limit.
Declaration
public LimitFilter(int limit)
Parameters
| Type | Name | Description |
|---|---|---|
| int | limit | The number of records to return in a page. |
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 |