UniformInt64RangePartitionScheme(Int32, Int64, Int64) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- count
- Int32
Nombre de partitions.
- lowKey
- Int64
Limite inférieure de la plage de clés de partition qui doit être fractionnée entre la partition « Count »
- highKey
- Int64
Limite supérieure de la plage de clés de partition qui doit être fractionnée entre la partition 'Count'