UniformInt64RangePartitionSchemeDescription Class

Definition

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

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

Constructors

UniformInt64RangePartitionSchemeDescription()

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class.

UniformInt64RangePartitionSchemeDescription(Int32, String, String)

Initializes a new instance of the UniformInt64RangePartitionSchemeDescription class.

Properties

Count

Gets or sets the number of partitions.

HighKey

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

LowKey

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

Methods

Validate()

Validate the object.

Applies to