Show / Hide Table of Contents

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 Source

Name

The query parameter name recognized by the remote mirror node.

Declaration
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
string Value { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph