Int64RangePartitionInformation Classe
- java.
lang. Object - ServicePartitionInformation
- system.
fabric. Int64RangePartitionInformation
- system.
public class Int64RangePartitionInformation extends ServicePartitionInformation
Représente les informations pour la partition
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
long |
getHighKey()
Obtient la valeur de clé maximale pour cette partition. |
long |
getLowKey()
Obtient la valeur de clé minimale pour cette partition. |
String |
toString()
Imprime l’ID et le type lowKey, highKey, ServicePartition. |
Membres hérités
Détails de la méthode
getHighKey
public long getHighKey()
Obtient la valeur de clé maximale pour cette partition.
Retours:
getLowKey
public long getLowKey()
Obtient la valeur de clé minimale pour cette partition.
Retours:
toString
public String toString()
Imprime l’ID et le type lowKey, highKey, ServicePartition.
S’applique à
Azure SDK for Java