UniformInt64RangePartitionScheme(Int32, Int64, Int64) Constructor
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.
Initializes a new instance of UniformInt64RangePartitionScheme.
public UniformInt64RangePartitionScheme (int count, long lowKey, long highKey);
new Azure.ResourceManager.ServiceFabricManagedClusters.Models.UniformInt64RangePartitionScheme : int * int64 * int64 -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.UniformInt64RangePartitionScheme
Public Sub New (count As Integer, lowKey As Long, highKey As Long)
Parameters
- count
- Int32
The number of partitions.
- lowKey
- Int64
The lower bound of the partition key range that should be split between the partition ‘Count’
- highKey
- Int64
The upper bound of the partition key range that should be split between the partition ‘Count’
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET