Class CassandraPartitionKey

java.lang.Object
com.microsoft.azure.management.cosmosdb.CassandraPartitionKey

public class CassandraPartitionKey extends Object
Cosmos DB Cassandra table partition key.
  • Constructor Details

    • CassandraPartitionKey

      public CassandraPartitionKey()
  • Method Details

    • 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.