IWithPartitionKey Interface
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.
Étape d’une mise à jour de table Cassandra permettant de définir des clés de partition.
public interface IWithPartitionKey
type IWithPartitionKey = interface
Public Interface IWithPartitionKey
- Dérivé
Méthodes
WithoutPartitionKey(String) |
Supprime une clé de partition Cassandra. |
WithoutPartitionKeys() |
Supprime toutes les clés de partition. |
WithPartitionKey(CassandraPartitionKey) |
Spécifie une clé de partition de table Cassandra. |
WithPartitionKey(String) |
Spécifie une clé de partition Cassandra. |
WithPartitionKeysAppend(IList<CassandraPartitionKey>) |
Ajoute toutes les clés de partition. |
WithPartitionKeysReplace(IList<CassandraPartitionKey>) |
Remplace les clés de partition. |
S’applique à
Azure SDK for .NET