Int64RangePartitionInformation Classe
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.
Décrit les informations de partition pour la plage d’entiers basée sur des schémas de partition. Les services observent ce type de ServicePartitionInformation lorsque le service est créé avec la UniformInt64RangePartitionSchemeDescription classe . Int64RangePartitionInformation dérive de IServicePartition et est fourni aux services dans le cadre de ou IStatefulServicePartitionIStatelessServicePartition, qui est transmis via les méthodes avec OpenAsync(ReplicaOpenMode, IStatefulServicePartition, CancellationToken) état ou sans OpenAsync(IStatelessServicePartition, CancellationToken) état.
public sealed class Int64RangePartitionInformation : System.Fabric.ServicePartitionInformation
type Int64RangePartitionInformation = class
inherit ServicePartitionInformation
Public NotInheritable Class Int64RangePartitionInformation
Inherits ServicePartitionInformation
- Héritage
Propriétés
HighKey |
Spécifie la valeur de clé maximale pour cette partition. |
Id |
Spécifie l’ID de partition pour cette partition en tant que GUID. (Hérité de ServicePartitionInformation) |
Kind |
Décrit le type de partition. (Hérité de ServicePartitionInformation) |
LowKey |
Spécifie la valeur de clé minimale pour cette partition. |
S’applique à
Azure SDK for .NET