Interface IMirrorPaging
Marker interface for query parameters that control paging or ordering of results — they do not change which records the mirror node returns, only the page size, sort direction, or cursor position.
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public interface IMirrorPaging : IMirrorQueryParameter
Remarks
Implementations extend IMirrorQueryParameter via this interface. Distinguishing paging from filtering (IMirrorFilter) and projections (IMirrorProjection) lets method signatures and documentation group parameters by their actual role.