Interface IMirrorQueryParameter
Represents a single parameter appended to a Mirror Node REST query string. Covers three conceptual kinds — predicate filters, paging directives, and projection toggles — distinguished by the marker sub-interfaces (see Phase 2 of the refactor).
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public interface IMirrorQueryParameter
Properties
| Edit this page View SourceName
The query parameter name recognized by the remote mirror node.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the query parameter sent to the mirror node.
Declaration
string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |