IWithColumn 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 colonnes de table Cassandra.
public interface IWithColumn
type IWithColumn = interface
Public Interface IWithColumn
- Dérivé
Méthodes
WithColumn(Column) |
Spécifie une colonne de table Cassandra. |
WithColumn(String, String) |
Spécifie une colonne de table Cassandra. |
WithColumnsAppend(IList<Column>) |
Ajoute toutes les colonnes. |
WithColumnsReplace(IList<Column>) |
Remplace les colonnes. |
WithoutColumn(String) |
Supprime une colonne de table Cassandra. |
WithoutColumns() |
Supprime toutes les colonnes. |
S’applique à
Azure SDK for .NET