Table of Contents

Class ContinuousQueryTransactionWatermark

Namespace
Apache.Ignite.Table
Assembly
Apache.Ignite.dll

Continuous query watermark based on a transaction read timestamp.

See more details in AfterTransaction(ITransaction).
public sealed record ContinuousQueryTransactionWatermark : IContinuousQueryWatermark, IEquatable<ContinuousQueryTransactionWatermark>
Inheritance
ContinuousQueryTransactionWatermark
Implements
Inherited Members

Constructors

ContinuousQueryTransactionWatermark(long)

Continuous query watermark based on a transaction read timestamp.

See more details in AfterTransaction(ITransaction).
public ContinuousQueryTransactionWatermark(long ReadTimestamp)

Parameters

ReadTimestamp long

Properties

ReadTimestamp

public long ReadTimestamp { get; init; }

Property Value

long