Class CassandraPartitionKey
java.lang.Object
com.microsoft.azure.management.cosmosdb.CassandraPartitionKey
Cosmos DB Cassandra table partition key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get name of the Cosmos DB Cassandra table partition key.Set name of the Cosmos DB Cassandra table partition key.
-
Constructor Details
-
CassandraPartitionKey
public CassandraPartitionKey()
-
-
Method Details
-
name
Get name of the Cosmos DB Cassandra table partition key.- Returns:
- the name value
-
withName
Set name of the Cosmos DB Cassandra table partition key.- Parameters:
name
- the name value to set- Returns:
- the CassandraPartitionKey object itself.
-