Share via


UniformInt64RangePartitionScheme Class

Definition

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

[Newtonsoft.Json.JsonObject("UniformInt64Range")]
public class UniformInt64RangePartitionScheme : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition
[<Newtonsoft.Json.JsonObject("UniformInt64Range")>]
type UniformInt64RangePartitionScheme = class
    inherit Partition
Public Class UniformInt64RangePartitionScheme
Inherits Partition
Inheritance
UniformInt64RangePartitionScheme
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

UniformInt64RangePartitionScheme()

Initializes a new instance of the UniformInt64RangePartitionScheme class.

UniformInt64RangePartitionScheme(Int32, Int64, Int64)

Initializes a new instance of the UniformInt64RangePartitionScheme class.

Properties

Count

Gets or sets the number of partitions.

HighKey

Gets or sets the upper bound of the partition key range that should be split between the partition ‘Count’

LowKey

Gets or sets the lower bound of the partition key range that should be split between the partition ‘Count’

Methods

Validate()

Validate the object.

Applies to