Freigeben über


IUpdate Schnittstelle

Definition

Die Gesamtheit eines Cassandra-Tabellenupdates als Teil des übergeordneten Updates.

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)
Implementiert

Methoden

Parent()

Die Gesamtheit eines Cassandra-Tabellenupdates als Teil des übergeordneten Updates.

(Geerbt von ISettable<ParentT>)
WithClusterKey(ClusterKey)

Gibt einen Cassandra-Tabellenclusterschlüssel an.

(Geerbt von IWithClusterKey)
WithClusterKey(String, String)

Gibt einen Cassandra-Clusterschlüssel an.

(Geerbt von IWithClusterKey)
WithClusterKeysAppend(IList<ClusterKey>)

Fügt alle Clusterschlüssel an.

(Geerbt von IWithClusterKey)
WithClusterKeysReplace(IList<ClusterKey>)

Ersetzt die Clusterschlüssel.

(Geerbt von IWithClusterKey)
WithColumn(Column)

Gibt eine Cassandra-Tabellenspalte an.

(Geerbt von IWithColumn)
WithColumn(String, String)

Gibt eine Cassandra-Tabellenspalte an.

(Geerbt von IWithColumn)
WithColumnsAppend(IList<Column>)

Fügt alle Spalten an.

(Geerbt von IWithColumn)
WithColumnsReplace(IList<Column>)

Ersetzt die Spalten.

(Geerbt von IWithColumn)
WithDefaultTtl(Int32)

Gibt die Standardlaufzeit an.

(Geerbt von IWithDefaultTtl)
WithOption(String, String)

Gibt eine Option an.

(Geerbt von IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Fügt alle Optionen an aktuelle Optionen an.

(Geerbt von IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

Ersetzen Sie die aktuellen Optionen durch neue Optionen.

(Geerbt von IWithOptions<ReturnT>)
WithoutClusterKey(String)

Entfernt einen Cassandra-Clusterschlüssel.

(Geerbt von IWithClusterKey)
WithoutClusterKeys()

Entfernt alle Clusterschlüssel.

(Geerbt von IWithClusterKey)
WithoutColumn(String)

Entfernt eine Cassandra-Tabellenspalte.

(Geerbt von IWithColumn)
WithoutColumns()

Entfernt alle Spalten.

(Geerbt von IWithColumn)
WithoutDefaultTtl()

Entfernt den Standard-ttl.

(Geerbt von IWithDefaultTtl)
WithoutOption(String)

Entfernt eine Option.

(Geerbt von IWithOptions<ReturnT>)
WithoutOptions()

Entfernt alle Optionen.

(Geerbt von IWithOptions<ReturnT>)
WithoutPartitionKey(String)

Entfernt einen Cassandra-Partitionsschlüssel.

(Geerbt von IWithPartitionKey)
WithoutPartitionKeys()

Entfernt alle Partitionsschlüssel.

(Geerbt von IWithPartitionKey)
WithPartitionKey(CassandraPartitionKey)

Gibt einen Cassandra-Tabellenpartitionsschlüssel an.

(Geerbt von IWithPartitionKey)
WithPartitionKey(String)

Gibt einen Cassandra-Partitionsschlüssel an.

(Geerbt von IWithPartitionKey)
WithPartitionKeysAppend(IList<CassandraPartitionKey>)

Fügt alle Partitionsschlüssel an.

(Geerbt von IWithPartitionKey)
WithPartitionKeysReplace(IList<CassandraPartitionKey>)

Ersetzt die Partitionsschlüssel.

(Geerbt von IWithPartitionKey)
WithThroughput(Int32)

Gibt den Durchsatzwert an.

(Geerbt von IWithThroughput<ReturnT>)

Gilt für: