次の方法で共有


IUpdate インターフェイス

定義

親更新の一部として Cassandra テーブルの更新の全体。

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)
実装

メソッド

Parent()

親更新の一部として Cassandra テーブルの更新の全体。

(継承元 ISettable<ParentT>)
WithClusterKey(ClusterKey)

Cassandra テーブル クラスター キーを指定します。

(継承元 IWithClusterKey)
WithClusterKey(String, String)

Cassandra クラスター キーを指定します。

(継承元 IWithClusterKey)
WithClusterKeysAppend(IList<ClusterKey>)

すべてのクラスター キーを追加します。

(継承元 IWithClusterKey)
WithClusterKeysReplace(IList<ClusterKey>)

クラスター キーを置き換えます。

(継承元 IWithClusterKey)
WithColumn(Column)

Cassandra テーブル列を指定します。

(継承元 IWithColumn)
WithColumn(String, String)

Cassandra テーブル列を指定します。

(継承元 IWithColumn)
WithColumnsAppend(IList<Column>)

すべての列を追加します。

(継承元 IWithColumn)
WithColumnsReplace(IList<Column>)

列を置き換えます。

(継承元 IWithColumn)
WithDefaultTtl(Int32)

既定の有効期間を指定します。

(継承元 IWithDefaultTtl)
WithOption(String, String)

オプションを指定します。

(継承元 IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

現在のオプションにすべてのオプションを追加します。

(継承元 IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

現在のオプションを新しいオプションに置き換えます。

(継承元 IWithOptions<ReturnT>)
WithoutClusterKey(String)

Cassandra クラスター キーを削除します。

(継承元 IWithClusterKey)
WithoutClusterKeys()

すべてのクラスター キーを削除します。

(継承元 IWithClusterKey)
WithoutColumn(String)

Cassandra テーブル列を削除します。

(継承元 IWithColumn)
WithoutColumns()

すべての列を削除します。

(継承元 IWithColumn)
WithoutDefaultTtl()

既定の ttl を削除します。

(継承元 IWithDefaultTtl)
WithoutOption(String)

オプションを削除します。

(継承元 IWithOptions<ReturnT>)
WithoutOptions()

すべてのオプションを削除します。

(継承元 IWithOptions<ReturnT>)
WithoutPartitionKey(String)

Cassandra パーティション キーを削除します。

(継承元 IWithPartitionKey)
WithoutPartitionKeys()

すべてのパーティション キーを削除します。

(継承元 IWithPartitionKey)
WithPartitionKey(CassandraPartitionKey)

Cassandra テーブルのパーティション キーを指定します。

(継承元 IWithPartitionKey)
WithPartitionKey(String)

Cassandra パーティション キーを指定します。

(継承元 IWithPartitionKey)
WithPartitionKeysAppend(IList<CassandraPartitionKey>)

すべてのパーティション キーを追加します。

(継承元 IWithPartitionKey)
WithPartitionKeysReplace(IList<CassandraPartitionKey>)

パーティション キーを置き換えます。

(継承元 IWithPartitionKey)
WithThroughput(Int32)

スループット値を指定します。

(継承元 IWithThroughput<ReturnT>)

適用対象