IWithClusterKey.WithoutClusterKey(String) Method

Definition

Removes a Cassandra cluster key.

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

Parameters

name
String

The name of the Cassandra cluster key.

Returns

The next stage of the update.

Applies to