Show / Hide Table of Contents

Class TimestampOnOrBeforeFilter

Retrieve data before or on the given consensus time value.

Inheritance
object
TimestampOnOrBeforeFilter
Implements
IMirrorQueryFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class TimestampOnOrBeforeFilter : IMirrorQueryFilter

Constructors

| Edit this page View Source

TimestampOnOrBeforeFilter(ConsensusTimeStamp)

Constructor, requires a consensus timestamp.

Declaration
public TimestampOnOrBeforeFilter(ConsensusTimeStamp timestamp)
Parameters
Type Name Description
ConsensusTimeStamp timestamp

The consensus timestamp representing the moment in time in the ledger that any data on or before the value should be returned.

Properties

| Edit this page View Source

Name

The query parameter name recognized by the remote mirror node.

Declaration
public 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
public string Value { get; }
Property Value
Type Description
string

Implements

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