UniformInt64RangePartitionSchemeDescription Class

Definition

Describes a partitioning scheme where an integer range is allocated evenly across a number of partitions.

public sealed class UniformInt64RangePartitionSchemeDescription : System.Fabric.Description.PartitionSchemeDescription
type UniformInt64RangePartitionSchemeDescription = class
    inherit PartitionSchemeDescription
Public NotInheritable Class UniformInt64RangePartitionSchemeDescription
Inherits PartitionSchemeDescription
Inheritance
UniformInt64RangePartitionSchemeDescription

Constructors

UniformInt64RangePartitionSchemeDescription()

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class.

UniformInt64RangePartitionSchemeDescription(Int32)

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count.

UniformInt64RangePartitionSchemeDescription(Int32, Int64, Int64)

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class by specifying the partition count and the range values.

Properties

HighKey

Gets or sets the inclusive upper bound on the range of keys that is supported by the service.

LowKey

Gets or sets the inclusive lower bound on the range of keys that is supported by the service.

PartitionCount

Gets or sets the partition count.

Scheme

Specifies how the service is partitioned. A common use is that it enables programmers to cast the description into SingletonPartitionSchemeDescription, NamedPartitionSchemeDescription, or UniformInt64RangePartitionSchemeDescription.

(Inherited from PartitionSchemeDescription)

Applies to