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.
public class UniformInt64RangePartitionScheme : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServicePartitionScheme, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.UniformInt64RangePartitionScheme>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.UniformInt64RangePartitionScheme>
type UniformInt64RangePartitionScheme = class
inherit ManagedServicePartitionScheme
interface IJsonModel<UniformInt64RangePartitionScheme>
interface IPersistableModel<UniformInt64RangePartitionScheme>
Public Class UniformInt64RangePartitionScheme
Inherits ManagedServicePartitionScheme
Implements IJsonModel(Of UniformInt64RangePartitionScheme), IPersistableModel(Of UniformInt64RangePartitionScheme)
- Inheritance
- Implements
Constructors
UniformInt64RangePartitionScheme(Int32, Int64, Int64) |
Initializes a new instance of UniformInt64RangePartitionScheme. |
Properties
Count |
The number of partitions. |
HighKey |
The upper bound of the partition key range that should be split between the partition ‘Count’ |
LowKey |
The lower bound of the partition key range that should be split between the partition ‘Count’ |
Explicit Interface Implementations
Applies to
Azure SDK for .NET