Share via


IWithPartitionKey.WithoutPartitionKey(String) Method

Definition

Removes a Cassandra partition key.

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

Parameters

name
String

The name of the Cassandra partition key.

Returns

The next stage of the update.

Applies to