Table of Contents

Struct ContinuousQueryPartitionPosition

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

Represents a part of the continuous query watermark.

public record struct ContinuousQueryPartitionPosition : IEquatable<ContinuousQueryPartitionPosition>
Implements
Inherited Members

Constructors

ContinuousQueryPartitionPosition(long, Guid)

Represents a part of the continuous query watermark.

public ContinuousQueryPartitionPosition(long HybridTimestamp, Guid RowId)

Parameters

HybridTimestamp long

Hybrid timestamp.

RowId Guid

Row ID.

Properties

HybridTimestamp

Hybrid timestamp.

public long HybridTimestamp { readonly get; set; }

Property Value

long

RowId

Row ID.

public Guid RowId { readonly get; set; }

Property Value

Guid