Class CassandraPartitionKey
- java.lang.Object
-
- com.microsoft.azure.management.cosmosdb.CassandraPartitionKey
-
public class CassandraPartitionKey extends Object
Cosmos DB Cassandra table partition key.
-
-
Constructor Summary
Constructors Constructor Description CassandraPartitionKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get name of the Cosmos DB Cassandra table partition key.CassandraPartitionKeywithName(String name)Set name of the Cosmos DB Cassandra table partition key.
-
-
-
Method Detail
-
name
public String name()
Get name of the Cosmos DB Cassandra table partition key.- Returns:
- the name value
-
withName
public CassandraPartitionKey withName(String name)
Set name of the Cosmos DB Cassandra table partition key.- Parameters:
name- the name value to set- Returns:
- the CassandraPartitionKey object itself.
-
-