Interface IPartition
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; }