IWithPartitionKey.WithPartitionKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithPartitionKey(CassandraPartitionKey) |
Specifies a Cassandra table partition key. |
WithPartitionKey(String) |
Specifies a Cassandra partition key. |
WithPartitionKey(CassandraPartitionKey)
Specifies a Cassandra table partition key.
public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithPartitionKey (Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraPartitionKey partitionKey);
abstract member WithPartitionKey : Microsoft.Azure.Management.CosmosDB.Fluent.Models.CassandraPartitionKey -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithPartitionKey (partitionKey As CassandraPartitionKey) As IUpdate
Parameters
- partitionKey
- CassandraPartitionKey
The Cassandra table partition key.
Returns
The next stage of the update.
Applies to
WithPartitionKey(String)
Specifies a Cassandra partition key.
public Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate WithPartitionKey (string name);
abstract member WithPartitionKey : string -> Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate
Public Function WithPartitionKey (name As String) As IUpdate
Parameters
- name
- String
The name of the Cassandra partition key.
Returns
The next stage of the update.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET