UniformInt64RangePartitionScheme Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET