IUpdate 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.
L’intégralité d’une mise à jour de table Cassandra dans le cadre d’une mise à jour parente.
public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithClusterKey, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithColumn, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithDefaultTtl, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithPartitionKey, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithOptions
interface IWithOptions<IUpdate>
interface IWithThroughput
interface IWithThroughput<IUpdate>
interface IWithDefaultTtl
interface IWithColumn
interface IWithPartitionKey
interface IWithClusterKey
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithClusterKey, IWithColumn, IWithDefaultTtl, IWithOptions, IWithOptions(Of IUpdate), IWithPartitionKey, IWithThroughput, IWithThroughput(Of IUpdate)
- Implémente
Méthodes
Parent() |
L’intégralité d’une mise à jour de table Cassandra dans le cadre d’une mise à jour parente. (Hérité de ISettable<ParentT>) |
WithClusterKey(ClusterKey) |
Spécifie une clé de cluster de table Cassandra. (Hérité de IWithClusterKey) |
WithClusterKey(String, String) |
Spécifie une clé de cluster Cassandra. (Hérité de IWithClusterKey) |
WithClusterKeysAppend(IList<ClusterKey>) |
Ajoute toutes les clés de cluster. (Hérité de IWithClusterKey) |
WithClusterKeysReplace(IList<ClusterKey>) |
Remplace les clés de cluster. (Hérité de IWithClusterKey) |
WithColumn(Column) |
Spécifie une colonne de table Cassandra. (Hérité de IWithColumn) |
WithColumn(String, String) |
Spécifie une colonne de table Cassandra. (Hérité de IWithColumn) |
WithColumnsAppend(IList<Column>) |
Ajoute toutes les colonnes. (Hérité de IWithColumn) |
WithColumnsReplace(IList<Column>) |
Remplace les colonnes. (Hérité de IWithColumn) |
WithDefaultTtl(Int32) |
Spécifie la durée de vie par défaut. (Hérité de IWithDefaultTtl) |
WithOption(String, String) |
Spécifie une option. (Hérité de IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
Ajoute toutes les options aux options actuelles. (Hérité de IWithOptions<ReturnT>) |
WithOptionsReplace(IDictionary<String,String>) |
Remplacez les options actuelles par de nouvelles options. (Hérité de IWithOptions<ReturnT>) |
WithoutClusterKey(String) |
Supprime une clé de cluster Cassandra. (Hérité de IWithClusterKey) |
WithoutClusterKeys() |
Supprime toutes les clés de cluster. (Hérité de IWithClusterKey) |
WithoutColumn(String) |
Supprime une colonne de table Cassandra. (Hérité de IWithColumn) |
WithoutColumns() |
Supprime toutes les colonnes. (Hérité de IWithColumn) |
WithoutDefaultTtl() |
Supprime la durée de vie par défaut. (Hérité de IWithDefaultTtl) |
WithoutOption(String) |
Supprime une option. (Hérité de IWithOptions<ReturnT>) |
WithoutOptions() |
Supprime toutes les options. (Hérité de IWithOptions<ReturnT>) |
WithoutPartitionKey(String) |
Supprime une clé de partition Cassandra. (Hérité de IWithPartitionKey) |
WithoutPartitionKeys() |
Supprime toutes les clés de partition. (Hérité de IWithPartitionKey) |
WithPartitionKey(CassandraPartitionKey) |
Spécifie une clé de partition de table Cassandra. (Hérité de IWithPartitionKey) |
WithPartitionKey(String) |
Spécifie une clé de partition Cassandra. (Hérité de IWithPartitionKey) |
WithPartitionKeysAppend(IList<CassandraPartitionKey>) |
Ajoute toutes les clés de partition. (Hérité de IWithPartitionKey) |
WithPartitionKeysReplace(IList<CassandraPartitionKey>) |
Remplace les clés de partition. (Hérité de IWithPartitionKey) |
WithThroughput(Int32) |
Spécifie la valeur de débit. (Hérité de IWithThroughput<ReturnT>) |
S’applique à
Azure SDK for .NET