Show / Hide Table of Contents

Interface IMirrorFilter

Marker interface for query parameters that act as predicates — they narrow the result set returned by the mirror node (for example, "where account.id equals this value" or "where timestamp is strictly greater than this consensus time").

Inherited Members
IMirrorQueryParameter.Name
IMirrorQueryParameter.Value
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public interface IMirrorFilter : IMirrorQueryParameter
Remarks

Implementations extend IMirrorQueryParameter via this interface. Use this marker on method signatures that want to accept predicates only, excluding paging directives (IMirrorPaging) and projection toggles (IMirrorProjection).

  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph