Table of Contents

Interface IPartition

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

Table partition.

public interface IPartition : IEquatable<IPartition>
Inherited Members

Properties

Id

Gets the identifier of the partition. The identifier is only guaranteed to be unique in the context of a table.

long Id { get; }

Property Value

long