次の方法で共有


IWithPartitionKey.WithoutPartitionKey(String) メソッド

定義

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

public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithoutPartitionKey (string name);
abstract member WithoutPartitionKey : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithoutPartitionKey (name As String) As IUpdate

パラメーター

name
String

Cassandra パーティション キーの名前。

戻り値

更新プログラムの次のステージ。

適用対象